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 notebook with examples #3

Open casper-hansen opened 5 years ago

casper-hansen commented 5 years ago

Examples of neural networks (tensorflow with keras), scikit-learn estimators and other popular packages out there (XGBoost, LightGBM etc..)

casper-hansen commented 5 years ago

Notebook with short example created in dev branch. Expand before merge

casper-hansen commented 5 years ago

Recently added a regression example and two classification examples.

casper-hansen commented 5 years ago

More extensive examples with many libraries should be added before this is closed.