ml-solarwind / README.md
README.md
Raw

Machine Learning Solar Wind Delay Propagation

Authors:

Description

This repository contains the program code for the Solar wind propagation delay machine learning approach using decision trees.

This repo includes:

the database (delay_DST_learningset.pickle) and code for:

stratification of database and k fold cross validation of the ML algorithms,

hyperparameter optimization of the ML algorithms,

comparison with other propagation delay models,

realtime scenario, (basic train/test approach but ordered in time),

drop column feature importance,

Shapley values to explain the models,

plotting routines

the repo for writing a manuscript is found under publications