darts
darts copied to clipboard
Fix/update doc
Checklist before merging this PR:
- [X] Mentioned all issues that this PR fixes or addresses.
- [X] Summarized the updates of this PR under Summary.
- [x] Added an entry under Unreleased in the Changelog.
Fixes #2234, fixes #2276, fixes #2487, fixes #2193.
Summary
- Indicate that
multi_lags=Falsewill induce a shift of the lags for each step inoutput_chunk_length - Added reference to
timeseries_generation.datetime_attribute_timeseriesinTimeSeries.add_datetime_attribute(reflect change of behavior; every encoding is now 0-indexed) - Update the examples to reflect the deprecation of
num_loader_workersand the introduction ofkwargs_dataloader. - Made
CrostonModelaLocalForecastingModelinstead of aFutureCovariatesLocalFMsince the future covariates are actually leveraged only when conformal prediction is used, updated the table of models accordingly - Added a new issue template for questions about documentation or features
Other Information
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.78%. Comparing base (
3e893cd) to head (b3b874e). Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2511 +/- ##
==========================================
- Coverage 93.80% 93.78% -0.02%
==========================================
Files 139 139
Lines 14742 14727 -15
==========================================
- Hits 13828 13812 -16
- Misses 914 915 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.