scikit-learn-contrib/hdbscan

Model persistence

Ouverte

#38 ouverte le 28 mai 2016

 (8 commentaires) (2 réactions) (1 personne assignée)Jupyter Notebook (535 forks)github user discovery
enhancementhelp wantedquestion

Métriques du dépôt

Stars
 (3 138 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Hello,

I would like to save a trained model using pickle and then use the predict method on new data points to predict the cluster membership probabilities for each new data point. So far, I found only the fit_predict method which is supposed to alter the model.

Do you think this feature (which might be useful for many I guess) is easy to implement?

Thanks a lot!

Guide contributeur