Welcome to the NeuralProphet Community! #188
Replies: 5 comments 9 replies
-
How do I use Neural Prophet when the period is in minutes. It seems to give me error 'Train' object has no attribute 'lambda_delay'. I am trying to use Neural Prophet for forecasting live stock price. Timestamp of live stock price is in 5 minutes interval. So, the idea is sort the stock price from morning till 3:30 afternoon, and then predict the price for next 30 minutes. I understand that stock price theoretically follows stochastic processes/Geometric Brownian Motion - so may not get high level of accuracy using AR Net, but wanted to try. So, I would like to split the data till 3:30 and give it to neural prophet and then predict for next 30 minutes(and validate against the observed price.) |
Beta Was this translation helpful? Give feedback.
-
Hi! I am currently using NeuralProphet for a project, I just updated from 0.2.7 to 0.5.3 version and did fixes in order to make it run, the thing that I am noticing is that when I am saving my model with joblib or pickle the file size is about 30GB while before it even stayed in KB, my question is, is this something that you guys had notice or am I doing something wrong? Thank you and I truly appreciate everything you've done. |
Beta Was this translation helpful? Give feedback.
-
I'm using NeuralProphet v0.2.7 and have trained a model on data from 2018 to 2022 to make predictions for 550 days. I saved the model and later received new data for the period from January 2023 to March 2023. I then loaded the saved model to make new predictions for another 550 days. However, when comparing the new predictions with the previous ones, I noticed that the values for future regressors, season components, and the predictions themselves are exactly the same for overlapping dates, as if the model did not take into account the additional 3 months of data. Since my predictions are daily, I fed the model with approximately 90 new records. I expected the predictions to change slightly with the new data. Is there a reason why the model doesn't seem to update its predictions when provided with new data? Am I missing a step or is this a limitation of the current implementation? Any guidance would be much appreciated. |
Beta Was this translation helpful? Give feedback.
-
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/epoch/training_epoch_loop.py", line 213, in advance please how to solve this error in linux server |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm currently studying NeuralProphet (I have installed v. 0.6.2). Following examples in tutorials and books, However, i get the following error message: "TypeError: init() got an unexpected keyword argument 'num_hidden_layers'" Looking for information, I came to the following link: In section 2, "Conformal prediction", subsection "Base model training", I found a use of the "num_hidden_layers" parameter and the same error that I mentioned appears there. What is happening? Radical changes from one version to another? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other forecasting practitioners and NeuralProphet developers. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about how you use NeuralProphet.
Beta Was this translation helpful? Give feedback.
All reactions