File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ The workflow of the project goes as follows:
15152 ) Feature Engineering with Dimensionality Reduction
16163 ) Train with Classification Algorithms
17174 ) 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
1920To see how each stage of how the model was built, please check the Jupyter Notebooks:
20211 ) Step1_Data+Extraction+and+Cleaning.ipynb
21222 ) Step2_Feature+Engineering+and+Dimensionality+Reduction.ipynb
22233 ) Step3_Machine+Learning+Implementation+and+Optimization.ipynb
24+ 4 ) Step4_XGBClassifier+Implementation+and+Optimization.ipynb
2325
2426To see more in depth comments and coding, please visit the Python scripts folder.
2527
You can’t perform that action at this time.
0 commit comments