-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model overview: improve placeholder, put confirm/cancel buttons at the bottom, and hide toggle when needed #1433
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t bottom of flyouts, don't show toggle unless needed
…s not spark pandas (#1415)
…1419) * Fix causal UI strings according to classification/regression tasks Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix lint error Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix UI test Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
* fix description for model overview * keep new description for new model overview
…n dashboard from crashing (#1418)
… panel (#1426) Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
* Fix causal UI strings according to classification/regression tasks Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix lint error Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix UI test Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Add the user class name to causal UI strings Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Co-authored-by: xuke444 <40614413+xuke444@users.noreply.github.com>
Signed-off-by: Ke Xu <xuke@microsoft.com>
romanlutz
requested review from
xuke444,
gaugup,
imatiach-msft,
tongyu-microsoft and
vinuthakaranth
as code owners
May 17, 2022 19:15
Codecov Report
@@ Coverage Diff @@
## postbuild #1433 +/- ##
=============================================
- Coverage 89.34% 85.94% -3.41%
=============================================
Files 80 100 +20
Lines 3556 4801 +1245
=============================================
+ Hits 3177 4126 +949
- Misses 379 675 +296
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3 tasks
…ai-toolbox into romanlutz/bugfixes
imatiach-msft
approved these changes
May 17, 2022
vinuthakaranth
approved these changes
May 17, 2022
xuke444
approved these changes
May 17, 2022
This was referenced Jun 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is identical to #1414 but targeting the
postbuild
branch.Description
This PR includes a series of small improvements based on our recent bug bash:
removed
ActionButton
and replaced it with a proper placeholder for the missing tablemoved confirm/cancel buttons to the bottom of flyouts
don't show toggle unless needed
fix "placolder" typo in the code (no visible changes)
Checklist