darts icon indicating copy to clipboard operation
darts copied to clipboard

Feat/neural prophet

Open BlazejNowicki opened this issue 2 years ago • 7 comments

Neural Prophet

Added basic wrapper for Neural Prophet.

Supported features

Univariate ✅ Multivariate ✅ Probabilistic ⬜️ Multiple-series training ⬜️ Past-observed covariates support ✅ Future-known covariates ✅

Other information

Usage examples in notebook: neural_examples/examples.ipynb This will be moved to another notebook or completely removed before merge.

BlazejNowicki avatar Dec 19 '22 14:12 BlazejNowicki

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Codecov Report

Base: 93.94% // Head: 93.21% // Decreases project coverage by -0.73% :warning:

Coverage data is based on head (14f215a) compared to base (9c23beb). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1436      +/-   ##
==========================================
- Coverage   93.94%   93.21%   -0.74%     
==========================================
  Files         122      123       +1     
  Lines       10723    10792      +69     
==========================================
- Hits        10074    10060      -14     
- Misses        649      732      +83     
Impacted Files Coverage Δ
darts/models/forecasting/neural_prophet_model.py 0.00% <0.00%> (ø)
darts/ad/anomaly_model/filtering_am.py 91.93% <0.00%> (-0.13%) :arrow_down:
darts/timeseries.py 91.92% <0.00%> (-0.06%) :arrow_down:
...arts/models/forecasting/torch_forecasting_model.py 89.50% <0.00%> (-0.05%) :arrow_down:
darts/models/forecasting/block_rnn_model.py 98.24% <0.00%> (-0.04%) :arrow_down:
darts/models/forecasting/nhits.py 99.27% <0.00%> (-0.01%) :arrow_down:
darts/datasets/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Dec 19 '22 15:12 codecov-commenter

@BlazejNowicki Thank you for making NeuralProphet accessible to Darts! Let us know if you can use help with supporting more of the model's capabilities.

@hrzn Please excuse the delay in responding to the issue you raised. The dependencies were unnecessarily strict and have been relaxed. I hope this helps. response to your issue addressed in this PR

ourownstory avatar Feb 02 '23 06:02 ourownstory

@BlazejNowicki Thank you for making NeuralProphet accessible to Darts! Let us know if you can use help with supporting more of the model's capabilities.

@hrzn Please excuse the delay in responding to the issue you raised. The dependencies were unnecessarily strict and have been relaxed. I hope this helps. response to your issue addressed in this PR

Thanks a lot @ourownstory !

hrzn avatar Feb 03 '23 15:02 hrzn

Hi, is this something still be looked into?

AndrewJGroves avatar Dec 19 '23 12:12 AndrewJGroves

Happy to support anyone wanting to complete this!

ourownstory avatar Mar 01 '24 19:03 ourownstory

Happy to support anyone wanting to complete this!

Hello @ourownstory ,

I would like to do it, it is something I thought it will be good to do but didn't notice that someone else started it before.

Any chance you can also assist to finish this PR: https://github.com/unit8co/darts/pull/2092? The team has been busy.

Cheers.

cargecla1 avatar May 14 '24 09:05 cargecla1