-
Notifications
You must be signed in to change notification settings - Fork 908
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/tft static categorical #1081
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1081 +/- ##
==========================================
+ Coverage 93.17% 93.64% +0.47%
==========================================
Files 78 79 +1
Lines 7956 8124 +168
==========================================
+ Hits 7413 7608 +195
+ Misses 543 516 -27
Continue to review full report at Codecov.
|
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.
Super nice, well done! Only got a few minor comments.
darts/dataprocessing/transformers/static_covariates_transformer.py
Outdated
Show resolved
Hide resolved
darts/dataprocessing/transformers/static_covariates_transformer.py
Outdated
Show resolved
Hide resolved
darts/dataprocessing/transformers/static_covariates_transformer.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Julien Herzen <julien@unit8.co>
Fixes #1058, fixes #1082, addresses #1016.
Summary
StaticCovariatesTransformer
to scale/transform/encode numeric and categorical static covariatesTFTModel