When analyzing data using binary data, other values are additionally created in the middle. #1158
Answered
by
judussoari
boozesounds
asked this question in
Q&A - get help using NeuralProphet
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 . |
Answered by
judussoari
Feb 4, 2023
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? |
0 replies
|
@boozesounds I assume the values are imputed. Try setting |
0 replies
Answer selected by
karl-richter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@boozesounds I assume the values are imputed. Try setting
impute_missing=Falsewhen definingm = NeuralProphet().