Closed juanpabloaj closed 3 years ago
Hi @juanpabloaj, nice catch! We recently updated the name of the backtest
function to historical_forecasts
, which is not yet reflected in the medium article. In the meantime you can just replace model.backtest
with model.historical_forecasts
and that should do the trick!
If you still run into problems please let us know.
The Medium article has been updated, thanks for raising the issue @juanpabloaj
thanks, maybe in some part of the article you could add the version of darts used in this demo to avoid future confusion.
thanks again for your fast answer, the project, and your work in general 😄
When I was trying to follow the article backtests' example
https://medium.com/unit8-machine-learning-publication/darts-time-series-made-easy-in-python-5ac2947a8878
I got this error
To Reproduce
I used this part of the code
Expected behavior I would like to get the article's plot and results.
System (please complete the following information): u8darts==0.5.0 fbprophet==0.6 Python 3.8.3
Additional context
I don't know if this message is expected but in this part of the code
I get this message many times