-
python 实现随机森林
应用背景
数据 :两个月之内 40000个客户的15个数据字段 包含客户的 地 理位置,职业,职级,年收入,。。。。。。 购买过得产品
目的:对新客户进行推荐一个适合该客户的产品, 对老客户推荐可能再购买的产品
数据处理
数据清洗: describe 每个特征统计分析 方差 -分析缺陷特征和波动性
空值赋值为 “-1 “ - 保证模型的可使用
数据归一化:eg:邮编 相似度不高 根据一线二线….进行划分 – 特征的重要性
关键技术特征选择
随机森林: 判断特征的重要性 :思考为何重要性高
AHP : 迭代设置每个特征的权重
模型选择 :根据数据量数量,是否有标签,分类or回归选取
关于模型选择时候我想用协同过滤 但是不知道关于特征的协同过滤是怎么执行的 是每个特征都有一个评分构成评价矩阵么?
- 2022-02-25 17:28:51下载
- 积分:1
-
512810
自己写的一个分形程序,支持动态编译表达式()
- 2017-11-28 16:57:06下载
- 积分:1
-
eyboi737
基于P-Q分解法的快速潮流计算,可用于实际系统()
- 2017-12-05 16:20:12下载
- 积分:1
-
Kmeans-python
聚类分析31省市的经济情况,以每个聚类簇的平均值来衡量省市经济的发展水平。(Cluster analysis of the economic situation of 31 provinces and municipalities, with the average value of each cluster to measure the level of economic development of provinces and municipalities.)
- 2020-07-03 13:40:02下载
- 积分:1
-
sklearn-tree-BN-knn
说明: 分类器的性能比较与调优:
使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。
使用不同分析三种分类器在实验中的性能比较,分析它们的特点。
本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers:
We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application.
The performances of three classifiers are compared and their characteristics are analyzed.
The data set used in this experiment is house and segment.)
- 2021-04-16 15:08:53下载
- 积分:1
-
用matlab 实现了kmeans算法
用matlab 实现了kmeans算法还附有评价指标计算(Matlab to achieve kmeans algorithm also attached to the evaluation index calculation)
- 2020-06-19 04:40:01下载
- 积分:1
-
mocc3
说明:
- 2018-02-06 13:33:06下载
- 积分:1
-
wcav
Numerical Recipes Software 提供的算法子程序集,一共有上千种算法,部分算法可以在书店买到书()
- 2018-05-24 17:49:06下载
- 积分:1
-
classification_toolbox
说明: 多种基本分类训练,包括支持向量机,偏最小二乘,主成分分析和线性分析(A variety of basic classification training, including support vector machine, partial least squares, principal component analysis and linear analysis)
- 2020-03-10 11:52:41下载
- 积分:1
-
emd program-matlab
EMD经验模态分解算法程序,适合非线性,非平稳时间序列的处理(EMD empirical mode decomposition algorithm program)
- 2019-01-14 20:43:57下载
- 积分:1