elphick / sklearn-viz

Interactive visualisations to aid evaluation of scikit-learn models
https://elphick.github.io/sklearn-viz/
MIT License
0 stars 0 forks source link

ModelSelection to allow different features #36

Closed elphick closed 4 months ago

elphick commented 5 months ago

Right now, passing multiple datasets is possible but they must contain the same features. This task is to remove that constraint and support datasets with different features

elphick commented 4 months ago

This fix included refactoring to create CrossValidationBase.

elphick commented 4 months ago

Implemented in 0.6.0