scikit-learn-contrib/hdbscan

Model persistence

Aperta

#38 aperta il 28 mag 2016

 (8 commenti) (2 reazioni) (1 assegnatario)Jupyter Notebook (535 fork)github user discovery
enhancementhelp wantedquestion

Metriche repository

Star
 (3137 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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!

Guida contributor