An open API service indexing awesome lists of open source software.

https://github.com/gregoritsch3/ml_eda_classification_goldpriceprediction

An EDA and Machine Learning Classification project on the IAU Gold ETF demonstrating the use of yfinance, stockstats, Time Series Split, Feature Expansion (SMA, EMA, lagged features, RSI-14, CL=F Close Price, etc.), Model Evaluation and Hyperparameter Tuning. The model predicts Gold price movement (1-up, 0-down) on a weekly basis and performs well.
https://github.com/gregoritsch3/ml_eda_classification_goldpriceprediction

price-prediction quantitative-finance randomforestclassifier scikit-learn yfinance

Last synced: 8 months ago
JSON representation

An EDA and Machine Learning Classification project on the IAU Gold ETF demonstrating the use of yfinance, stockstats, Time Series Split, Feature Expansion (SMA, EMA, lagged features, RSI-14, CL=F Close Price, etc.), Model Evaluation and Hyperparameter Tuning. The model predicts Gold price movement (1-up, 0-down) on a weekly basis and performs well.

Awesome Lists containing this project

README

          

# ML_EDA_Classification_Gold
An EDA and Machine Learning Classification project on the IAU Gold ETF demonstrating the use of yfinance, stockstats, Time Series Split, Feature Expansion (SMA, EMA, lagged features, RSI-14, CL=F Close Price, etc.), Model Evaluation and Hyperparameter Tuning. The model predicts Gold price movement (1-up, 0-down) on a weekly basis using a RandomForestClassifier and performs well. With minimal effort, the model is to be expanded so as to predict the actual Close Price as well.