Skip to content

Commit aab0a0a

Browse files
authored
Update README.md
1 parent 1d44f2f commit aab0a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ The workflow of the project goes as follows:
1515
2) Feature Engineering with Dimensionality Reduction
1616
3) Train with Classification Algorithms
1717
4) Train with Optimized Classification Algorithms with GridSearch using TimeSeriesSplit for cross validation
18+
5) Train with XGBoost Classifier and Optimize with GridSearch using TimeSeriesSplit for cross validation
1819

1920
To see how each stage of how the model was built, please check the Jupyter Notebooks:
2021
1) Step1_Data+Extraction+and+Cleaning.ipynb
2122
2) Step2_Feature+Engineering+and+Dimensionality+Reduction.ipynb
2223
3) Step3_Machine+Learning+Implementation+and+Optimization.ipynb
24+
4) Step4_XGBClassifier+Implementation+and+Optimization.ipynb
2325

2426
To see more in depth comments and coding, please visit the Python scripts folder.
2527

0 commit comments

Comments
 (0)