When analyzing data using binary data, other values are additionally created in the middle. #1158
-
I only put 2 and 3 data. Likewise When you put binary data like 0 and 1, 1 and -1 another value is added to the middle line of the data to start the analysis. How can I fix this situation that occurs when I put in binary time series data? and this problem occurs when using lag . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @boozesounds, thanks for your question! Do you have a dataset that you can share which leads to that behaviour or is it only data consisting of 2 and 3? |
Beta Was this translation helpful? Give feedback.
-
@boozesounds I assume the values are imputed. Try setting |
Beta Was this translation helpful? Give feedback.
@boozesounds I assume the values are imputed. Try setting
impute_missing=False
when definingm = NeuralProphet()
.