ci-labo-omu / MoFGBMLPy

Implementation of MoFGBML (Java) into Python
0 stars 0 forks source link

Perform 10 fold cross-validation in parallel #14

Open RobinMeneustOMU opened 2 months ago

RobinMeneustOMU commented 2 months ago

Currently we only read one dataset and not the 10 samples of it in the dataset/ directory. Then do an average of the 10 folds, take solutions with the same number of rules. Then give a box plot of it instead of the current Pareto front graph.

RobinMeneustOMU commented 2 months ago

Also add it for dataset that are not already split in 3*10 datasets in the dataset/ directory