More than 30 consecutive missing values encountered in column y. 79 NA remain. Please preprocess data manually. #586
|
Hi All, here are my code `if "google.colab" in str(get_ipython()): from neuralprophet import NeuralProphet, set_log_level
Please the advice |
Replies: 1 comment
|
your data may contain a lot of missing values. Please make sure you are familiar with your data and address gaps before using NeuralProphet. |
your data may contain a lot of missing values. Please make sure you are familiar with your data and address gaps before using NeuralProphet.