About standardization/normalization #1109
Replies: 1 comment 1 reply
-
Hi @sunjar2020 ! If you are really trying to train a model from it,I would actually suggest to try out all possibilities and see which performs best on your data and model. Just make sure you apply the same normalization for training, validation and test sets. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dar Sir:
I am using tsfresh to try to extract features from stock data. My data contains the common OHLC price, Volume and several of my own factor columns, which are recalculated data based on fund activity. My question is, do I need to standardize/normalize my data before feature extraction?
When I used LSTM to make time series forecasts before, because the OHLC of stocks and their price moving averages are usually several orders of magnitude smaller than factors such as volume and funding, I group them and then perform standardization/normalization. But what I don't understand is whether I need to do this when using tsfresh? I know that tsfresh itself will extract some statistical features (such as mean, standard deviation, etc.). Will these features lose their meaning after standardization? So should I use tsfresh directly to process this data, or do I need to standardize/normalize it?
Beta Was this translation helpful? Give feedback.
All reactions