scikit-learn-contrib/hdbscan

Model persistence

開放

#38 建立於 2016年5月28日

 (8 則留言) (2 個反應) (1 位負責人)Jupyter Notebook (535 個分叉)github user discovery
enhancementhelp wantedquestion

倉庫指標

星標
 (3,138 顆星)
PR 合併指標
 (30 天內沒有已合併 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!

貢獻者指南