Giter VIP home page Giter VIP logo

-cluster's Introduction

一.基于RFM模型的公司用户聚类分析

背景

  1. 业务竞争激烈,以产品为中心转化为客户为中心。
  2. 针对不同类型客户,进行精准营销,实现利润最大化。
  3. 建立客户价值评估模型,进行客户分类,是解决问题的办法

目标

  1. 借助本公司客户数据,对客户进行分类。
  2. 对不同的客户类别进行特征分析,比较不同类客户的客户价值
  3. 对不同价值的客户类别提供个性化服务,制定相应的营销策略。

二.数据分析工具

jupyter notebook python3.6

  • 数据预处理:pandas,numpy
  • 数据建模:scikit-learn
  • 可视化:matolotlib

数据处理流程

  • 数据采集
  • 数据预处理
  • 数据建模
  • 数据可视化
  • 模型应用

三.概念引用

什么是RMF模型?

  1. RFM模型是一个被广泛使用的客户关系分析模型,主要以用户行为来区分客户,RFM分别是:
  • R = Recency 最近一次消费  
  • F = Frequency 消费频率  
  • M = Monetary 消费金额
  • image

从实际业务出发

1.根据本公司业务角度出发加入新指标,构建LRFMC模型数据

  • L=Load_time-ffp_date 会员加入时长

四.模型应用

  1. 会员等级:建立良好的会员等级,可将会员分成钻石,白金,金卡,银卡等,针对不同会员的等级和积分兑换不同的礼品
  2. 会员粘性:增加会员的粘性度,可以利用邮件或者短信营销实时更新最近活动等来刺激会员进行消费
  3. 会员维护:一方面维持老会员的消费情况,一方面增加新会员的发展,建立良好的会员营销制度

五.总结

结合实际业务,运用机器学习中K-Means聚类算法,建立LRFM模型。计算出不同类型的会员进行精准营销

-cluster's People

Contributors

xiaofan5d avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.