-
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
Add forecasting dashboard - UI - transformation creation, table, and comparison #1874
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
* Add model wrapper for wrapping predictions and test data Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix failing tests Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
…ortance (#1770) Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
* Port tests Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Fix rai_insights Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
* Simply tests in test_cohort_filter.py Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Change test name Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
This commit adds the Forecasting Dashboard capabilities in both UI and SDK.
…/responsible-ai-toolbox into t-wangjohn/forecasting
…olbox into t-wangjohn/forecasting
…e conversion, remove obsolete managers
…ionalities from forecasting
…olbox into romanlutz/forecasting
…olbox into romanlutz/forecasting
3 tasks
…olbox into romanlutz/forecasting_ui
1 similar comment
romanlutz
changed the title
Add forecasting dashboard - UI
Add forecasting dashboard - UI - transformation creation, table, and comparison
Jan 12, 2023
libs/forecasting/src/lib/ForecastingDashboard/Controls/TransformationCreationDialog.tsx
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/TransformationsTable.tsx
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/ForecastingDashboard.tsx
Outdated
Show resolved
Hide resolved
tongyu-microsoft
approved these changes
Jan 12, 2023
…olbox into romanlutz/forecasting_ui
1 similar comment
3 tasks
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.
Description
This PR adds the UI code for the forecasting dashboard. This means it is visible in the test environment but no changes to Python code are included here.
Documentation (mostly README, notebooks) and e2e tests will be added later this month and in early February before this is made available to any users.
Checklist