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
how does nested-cv compare to native nested CV in sklearn? #13
First of all, thank you very much for the work on this library, its much needed and looks very well maintained.
Just wonder, what are the functional differences between using the
nested-cv
library, and doing native nested CV in sklearn? (like this: https://scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html)here's the interesting part of that for convenience: