-
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 - time series selection & forecast comparison #1894
Conversation
… but not transformations
Codecov Report
@@ Coverage Diff @@
## main #1894 +/- ##
==========================================
+ Coverage 92.44% 93.35% +0.90%
==========================================
Files 103 93 -10
Lines 4832 4574 -258
==========================================
- Hits 4467 4270 -197
+ Misses 365 304 -61
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1 similar comment
libs/forecasting/src/lib/ForecastingDashboard/Controls/ForecastComparison.tsx
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/ForecastComparison.tsx
Outdated
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/ForecastComparison.tsx
Outdated
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/ForecastingDashboard.styles.ts
Outdated
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/ForecastingDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/ForecastingDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/model-assessment/src/lib/ModelAssessmentDashboard/AvailableTabs.ts
Outdated
Show resolved
Hide resolved
libs/model-assessment/src/lib/ModelAssessmentDashboard/Cohort/CohortList.tsx
Show resolved
Hide resolved
…olbox into romanlutz/forecasting_ui_basic
libs/forecasting/src/lib/ForecastingDashboard/Controls/ForecastComparison.tsx
Outdated
Show resolved
Hide resolved
libs/forecasting/src/lib/ForecastingDashboard/Controls/ForecastComparison.tsx
Outdated
Show resolved
Hide resolved
libs/model-assessment/src/lib/ModelAssessmentDashboard/Cohort/ShiftCohort.tsx
Show resolved
Hide resolved
libs/model-assessment/src/lib/ModelAssessmentDashboard/Controls/TabsView/TabsView.tsx
Show resolved
Hide resolved
…olbox into romanlutz/forecasting_ui_basic
Description
This is a copy of #1874 but trimmed down to allow for easier code reviews. The removed portion is about what-if transformations, so this PR only enables the selection of a time series (internally "cohort") and then automatically generates a forecast comparison plot:
Once this is merged and #1874 is updated, #1874 will provide the diff, i.e., it will add transformations, a UI to create them, a table to present them, and code to generate the corresponding forecasts to add them to the forecast comparison plot.
Tests will be added end of January/early February to accelerate the POC and get feedback from customers for validation purposes first.
Checklist