Standardization of inputs #651
Answered
by
ourownstory
ourownstory
asked this question in
Q&A - get help using NeuralProphet
|
When inputting covariates in NeuralProphet - should one standardize all inputs before giving to NeuralProphet, or does neuralprophet automatically standardize the regressors/covariates before assigning learning weights? |
Answered by
ourownstory
Jun 1, 2022
Replies: 1 comment
|
NP does standardize everything by itself. |
0 replies
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NP does standardize everything by itself.
However, if you have a reason for a particular type of standardization - you can do so yourself and disable NP standardization.