paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Parallel CV #283

Open rth opened 3 years ago

rth commented 3 years ago

It would be interesting if it was possible to run cross-validation in parallel. This was also requested by @zhangJianfeng in https://github.com/paris-saclay-cds/ramp-workflow/issues/250#issuecomment-723917761

There are two use-case here,

There are two potential issues,

In any case having this as a CLI option (disabled by default) for ramp-test could be a start.

albertcthomas commented 3 years ago

Thanks for starting the discussion @rth. This would indeed be a very nice feature.