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

PandasPipeline out of range metric #55

Open elphick opened 1 month ago

elphick commented 1 month ago

PandasPipeline is a convenience class to support naming a pipeline and returning a pandas dataframe. This task is to extend it to return a distance metric for predictions, based on how far the provided features are in N-D space to the training set.

This can be useful as a confidence indicator for the predictions.