-
I have a problem with the poor performance of the trained model on new data. How can I improve model performance on new data? I know that I can load ckpt and train the model with new data, but the model will only have good performance with past data and will have poor performance with future data. Code I use to check the model:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This phenomenon is normal, because in a huge market with a long time span, the signal-to-noise ratio of the original features (close, open, volume...) of one stock is quite low. If you want to use the past data to train the model and make good profits on the future data, here are some suggestions:
|
Beta Was this translation helpful? Give feedback.
This phenomenon is normal, because in a huge market with a long time span, the signal-to-noise ratio of the original features (close, open, volume...) of one stock is quite low. If you want to use the past data to train the model and make good profits on the future data, here are some suggestions: