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 verbosity levels #5

Closed casper-hansen closed 5 years ago

casper-hansen commented 5 years ago

Right now nested cv prints almost everything.

Make it an option to choose whether to print stuff or not.

casper-hansen commented 5 years ago

Verbosity levels added to dev branch.