Oskar Triebe

Results 81 comments of Oskar Triebe

@Bearcoptr @baroncurtin2 Have you been able to check whether using neuralprophet 0.7.0 with a python3.10 or 3.11 environment might resolve the matplotlib issue?

Currently we recommend to use WSL2 on windows. Closing this due to inactivity.

@aravindravva Did you get this resolved? If yes, please share what you learned. If no, please share a minimal reproducible code snippet for us to help troubleshoot.

These should all be resolved as of 0.9.0

> I'm not seeing these methods in the forecaster.py any longer. The save and load methods have been slightly improved and now live here: https://github.com/ourownstory/neural_prophet/blob/dbd045863a23440763800fc463900011cc984035/neuralprophet/utils.py#L25

> After doing some low-level weight save testing; I did notice some results close to NP results on accuracy; however, the weights also make 'consistency' in forecast more difficult from...

> continuous machine learning We currently support saving/loading of the entire object (via torch). If you are looking to train a model, then re-train/fine-tune the already trained model, that is...

Please feel free creating a PR that does away with this assertion: https://github.com/ourownstory/neural_prophet/blob/dbd045863a23440763800fc463900011cc984035/neuralprophet/forecaster.py#L963 Evidently, the PR will also need to be able to support the new logic of having a...