You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After data retrieval, we will need to leverage a pre-trained LSTM model to conduct forecasting.
A walkthrough guide for creating and training an LSTM model can be found here and here. We should experiment and research different layer configurations to find what achieves the best results. This is probably best done in a Jupyter notebook.
After deciding on a model, it should be stored, untrained, using Python's pickle library and made available in utils/quant/
The text was updated successfully, but these errors were encountered:
After data retrieval, we will need to leverage a pre-trained LSTM model to conduct forecasting.
A walkthrough guide for creating and training an LSTM model can be found here and here. We should experiment and research different layer configurations to find what achieves the best results. This is probably best done in a Jupyter notebook.
After deciding on a model, it should be stored, untrained, using Python's
pickle
library and made available inutils/quant/
The text was updated successfully, but these errors were encountered: