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 arrays #4

Closed casper-hansen closed 5 years ago

casper-hansen commented 5 years ago

Currently, only Pandas dataframes are supported. Any kind of data input should be supported for this package.

casper-hansen commented 5 years ago

Support added for arrays in dev branch