darts icon indicating copy to clipboard operation
darts copied to clipboard

Fix/update doc

Open madtoinou opened this issue 1 year ago • 2 comments

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=False will induce a shift of the lags for each step in output_chunk_length
  • Added reference to timeseries_generation.datetime_attribute_timeseries in TimeSeries.add_datetime_attribute (reflect change of behavior; every encoding is now 0-indexed)
  • Update the examples to reflect the deprecation of num_loader_workers and the introduction of kwargs_dataloader.
  • Made CrostonModel a LocalForecastingModel instead of a FutureCovariatesLocalFM since 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

madtoinou avatar Aug 27 '24 14:08 madtoinou

Check out this pull request on  ReviewNB

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.

codecov[bot] avatar Aug 27 '24 14:08 codecov[bot]