# 航空公司客户价值分析 **Repository Path**: getjava/air_data_analysis ## Basic Information - **Project Name**: 航空公司客户价值分析 - **Description**: 通过航空公司的客户数据,来识别不同价值的客户,其中最广泛的模型是RFM模型(Recency\Frequency\Monetary),用此模型进行客户细分,识别出高价值客户。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-04-14 - **Last Updated**: 2021-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 航空公司客户价值分析 #### 介绍 通过航空公司的客户数据,来识别不同价值的客户,其中最广泛的模型是RFM模型(Recency\Frequency\Monetary),用此模型进行客户细分,识别出高价值客户。 #### 所用语言和库 Python,pandas,numpy,sklearn,matplotlib #### 参与贡献 本项目源自《python数据分析与挖掘实战》,并参考了Echo9573大佬的[git项目](http://github.com/Echo9573/DataAnalysisbyPython/tree/master/chapter7)