How to set the value above zero? #1413
Unanswered
weidongzhou1994
asked this question in
Q&A - get help using NeuralProphet
Replies: 2 comments
-
Hi @weidongzhou1994, unfortunately this feature is not implemented yet, but we were thinking about it too! Do you have any ideas on how to implement that? Or would you like to contribute? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this problem and simply set any values less than 0 to 0 in my resulting predictions. I suspect I know what the problem is, but I need some confirmation. Here is a sample of the code I used:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title, the model gives me some negative value, I want to avoid this.
Beta Was this translation helpful? Give feedback.
All reactions