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

Create PartitionClassifier #43

Closed elphick closed 1 month ago

elphick commented 1 month ago

We already have a PartitionRegressor class, that will fit on specified partitions/domains for a regression problem. This task is to implement a base class and then create two concrete classes: PartitionRegressor and PartitionClassifier.

elphick commented 1 month ago

Implemented in 0.6.0