-
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
Forecasting RAI dashboard: expand test data, add categorical what if #1921
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
romanlutz
requested review from
imatiach-msft,
tongyu-microsoft,
xuke444,
RubyZ10,
vinuthakaranth and
hawestra
as code owners
January 23, 2023 16:24
hawestra
reviewed
Jan 23, 2023
hawestra
reviewed
Jan 23, 2023
hawestra
reviewed
Jan 23, 2023
libs/forecasting/src/lib/ForecastingDashboard/ForecastingDashboard.tsx
Outdated
Show resolved
Hide resolved
hawestra
approved these changes
Jan 23, 2023
libs/forecasting/src/lib/ForecastingDashboard/Controls/TransformationCreationCategorical.tsx
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/TransformationCreationDialog.tsx
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/TransformationsTable.tsx
Show resolved
Hide resolved
…olbox into romanlutz/forecasting_ui_updates
RubyZ10
pushed a commit
that referenced
this pull request
Feb 7, 2023
…1921) * add UI changes * lintfix * add example of operation method string * add check for context * add explanatory comment * move description creation logic into getDescription * lintfix * remove datetime_features from snapshot Signed-off-by: RubyZ10 <zhenzhu@microsoft.com>
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 is the result of updates and fixes I made while building the Python backend side that matches the forecasting RAI UI portion. This includes:
datetime_features
(plural) by changing them totime_column_name
(singular)getRawValue
function toJointDataset
since it operates on the joint dataset anyway. We need this in order to convert values back and forth from UI to backend as we ask for forecasts.As mentioned before, e2e tests to follow in early February and certainly before making this available to anyone (date TBD).
Checklist