scikit-learn-contrib/hdbscan

Model persistence

开放

#38 创建于 2016年5月28日

 (8 条评论) (2 个反应) (1 位负责人)Jupyter Notebook (535 个派生)github user discovery
enhancementhelp wantedquestion

仓库指标

星标
 (3,137 个星标)
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!

贡献者指南