scikit-learn-contrib/hdbscan

Model persistence

オープン

#38 opened on 2016/05/28

 (8 件のコメント) (2 件のリアクション) (1 人の担当者)Jupyter Notebook (535 件のフォーク)github user discovery
enhancementhelp wantedquestion

Repository metrics

Stars
 (3,137 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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!

コントリビューターガイド