Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,513 changes: 4,513 additions & 0 deletions ML/model-development/PEG_FUSION_0_gcc_prediction_model_training.ipynb

Large diffs are not rendered by default.

4,318 changes: 4,318 additions & 0 deletions ML/model-development/PEG_FUSION_0_rcc_prediction_model_training.ipynb

Large diffs are not rendered by default.

3,318 changes: 3,318 additions & 0 deletions ML/model-development/PEG_RFR0_gcc_predictions_model_training.ipynb

Large diffs are not rendered by default.

Binary file not shown.
1,354 changes: 1,354 additions & 0 deletions ML/model-development/PEG_RFR1_gcc_predictions_model_training.ipynb

Large diffs are not rendered by default.

Binary file not shown.
1,998 changes: 1,998 additions & 0 deletions ML/model-development/PEG_RFR2_gcc_prediction_model_training.ipynb

Large diffs are not rendered by default.

3,512 changes: 3,512 additions & 0 deletions ML/model-development/PEG_RFR_gcc_predictions_model_training.ipynb

Large diffs are not rendered by default.

Binary file not shown.
12 changes: 12 additions & 0 deletions ML/model-development/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Machine Learning Model Development

This folder contains the python notebooks (.ipynb) for each of the models (PEG_RFR0, PEG_RFR, PEG_RFR2, PEG_FUSION_0) sumitted as part of the challenge, and a corresponding pdf file containing all the plots. The notebooks primarily contain the following sections:

<b>1. Data Preparation:</b> Includes the feature creation to train the model and pre-processing of the data

<b>2. Training:</b> Train the model for each of the sites individually as per the proposed approach. Initially, the training is done for all the sites except UKFS, as sufficient data is not available for the split of train data and test data. Later, UKFS is trained with the same model being selected for other sites using all the available data without testing.

<b>3. Performance Evaluation:</b> Performance of the trained models are evaluated on test dataset, and different plots have been created to demonstrate the performance. All the plots are saved in a pdf file.

<b>4. Saving the model:</b> Save the trained models as .pkl file to use it for submission of the forecasts.