casper-hansen / Nested-Cross-Validation

Nested cross-validation for unbiased predictions. Can be used with Scikit-Learn, XGBoost, Keras and LightGBM, or any other estimator that implements the scikit-learn interface.
MIT License
62 stars 20 forks source link

Add support for multithreading #8

Closed casper-hansen closed 5 years ago

casper-hansen commented 5 years ago

Use same implementation as scikit-learn (joblib)

casper-hansen commented 5 years ago

Pushed to master.