在实际的工程应用中,无监督聚类算法的使用频率相对于有监督分类预测算法的使用频率并不高,我们在开展业务过程中,很多时候,会很明确需要挖掘哪种类型的目标客户,比如是否会购买产品、是否潜在流失、是否投诉用户、是否欺诈用户等等。有时候也会有客户直接丢一堆无标签的数据过来,让你分析下这坨数据有什么特征,或者客户对他们产品的使用用户都是由哪些群体构成的并不清晰,无法针对性的做营销,这时候就可能需要用到聚类模型去对数据、用户群进行划分了。
more >>
I'm on the way to the future, where you are there.
tag:
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: true raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true