beringresearch / ivis

Dimensionality reduction in very large datasets using Siamese Networks
https://beringresearch.github.io/ivis/
Apache License 2.0
330 stars 43 forks source link

Suggest implementing `predict_proba` and `predict` methods for Ivis object. #103

Closed idroz closed 3 years ago

idroz commented 3 years ago

This will enable ivis to be used in sklearn GridSearchCV and utilise various scoring function.

idroz commented 3 years ago

Ivis object is modified in GridSearchCV as it's not being initialised at the beginning of each CV run. This is a larger issue and not a priority.