Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

target between negative and positive #17

Closed
ramdhan1989 opened this issue Sep 17, 2020 · 1 comment
Closed

target between negative and positive #17

ramdhan1989 opened this issue Sep 17, 2020 · 1 comment

Comments

@ramdhan1989
Copy link

Hi,
I have data with wide range between huge negative and positive values. each ID has different of range. some of them fall between very wide range and some of them are not. it mentioned that the procedure don't accept negative values. how to configure my data properly in order to fit with this application ? do I need to do min max scaler ? if yes, do I scale individual series or all series ? or do you have other suggestions ?

thank you

@kdgutier
Copy link
Owner

Hi @ramdhan1989, you need to have a preprocessing step, to make the values of your series all positive.
Since this is a multiplicative model, it relies on logarithms that have a volatile behavior when you are very close to zero, what we have done is to shift the values, for the train procedure and then unshift them for final the prediction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants