machine learning examples in commercial area, based on Python, ideas from 《Python大数据分析与机器学习商业案例实战》by王宇韬 钱妍竹 机械工业出版社
于智洋
- 股票K线图绘制 --- 文件夹名: stock_price_plotting
- 股东流失预测 逻辑回归分类模型 与模型优化指标 --- 文件夹名: stock_holder_churn_model
- 员工离职预测 决策树模型 与超参数调优方法 --- 文件夹名: stuff_turnover_DTModel
- 肿瘤良恶预测 朴素贝叶斯分类模型 --- 文件夹名: tumor_prediction_NBModel
- 简单图像识别 k近邻模型 --- 文件夹名: image_recognition_MNist_Model
- 股价预测 随机森林模型 --- 文件夹名: stock_price_prediction_RFModel
- 信用卡精准营销 自适应增强模型 --- 文件夹名: credit_card_precision_marketing_AdaBoostModel
- 图书出版定价 梯度增强决策树模型 --- 文件夹名: book_pricing_GBDTModel
- 信用卡欺诈分类预测 与信用卡信用评分回归预测 超级梯度增强决策树模型 --- 文件夹名: creditCard_fraud_and_score_XGBoostModel
- 数据预处理 与特征筛选 --- 文件夹名: feature_eigneering