-
Notifications
You must be signed in to change notification settings - Fork 904
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
Feat/Example notebook for the regression models #2039
Conversation
…rgy consumption and weather in Zurich, between 2015 and 2022)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
... and 5 files with indirect coverage changes 📢 Thoughts on this report? Let us know! |
…as split into two datasets. Energy consumption was added to the darts repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @madtoinou , a notebook for regression models was really needed 🚀
So far, I just added some suggestions for the documentation, will start reviewing the notebook in a bit.
Co-authored-by: Dennis Bader <[email protected]>
…ted notebook accordingly
…it8co/darts into feat/regression_model_example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks a lot @madtoinou 🚀
Fixes #588, fixes #1289.
Summary
Example notebook for regression models, covering both some basics and advanced features :
multi_model
whenouput_chunk_length > 1
, visualization of the data tabularization depending on the value ofmulti_model
The example are mostly illustrative : they were not optimized for accuracy but aim at displaying how the various features can be used and their impact compared to the default parameters. The dataset was not studied in depth to extract correlation and no observation about the data are made.
Other Information
ElectricityConsumptionZurichDataset
: The dataset contains the electricity consumption of households in Zurich, Switzerland from 2015-2022 on different grid levels. We also added weather measurements for Zurich which can be used as covariates for modelling.