/EURUSD-1h-model-with-binary-1h-CLOSE-preds

:chart_with_upwards_trend::chart_with_downwards_trend:This notebook trains models that predicts the bid price of EURUSD 1 hours. Will be compared two models: LightGBM and RNN keras/tensorflow made of LSTM layers. Used scikit-learn GridSearchCV with TimeSeriesSplit cross-validation scheme for estimate the generalization ability.

Primary LanguageJupyter NotebookOtherNOASSERTION

EURUSD-1h-model-with-binary-1h-CLOSE-preds

This notebook trains models that predicts the bid price of EURUSD 1 hours. Will be compared generalization ability of two models: LightGBM and recurrent neural network made of LSTM layers with keras/tensorflow. Used scikit-learn GridSearchCV with TimeSeriesSplit cross-validation scheme for estimate the generalization ability.