摘要:
数据在这里RFM聚类分析_demo.xlsx 代码如下 ''' RFM模型聚类分析客户价值 业务周期:1个月 s R = dt - 最近一次投资时间【时差】 F = 投资总次数 / 用户投资时长(月) 【每个月频率】 M = 投资总金额 / 用户投资时长(月) ''' from math impor 阅读全文
摘要:
matplotlib库学习 1.官网 https://matplotlib.org/ 2.概述 Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in 阅读全文