rafaelvalero/aggreating_predictions_sklearn
# Objectives * Create a training function that train the model many time and store the results. * Create a function that collect previous trained model and provide predictions. * I want to do it in parallel using joblib [this library is used to parallelize in Sklearn]
Jupyter NotebookMIT
No issues in this repository yet.