Commit 3abba3f0 by 前钰

Update ML_Homework.md

parent bd0cb1bb
# Titanic 生存预测项目 # Titanic 生存预测项目
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
| Random Forest | 集成多棵决策树,提升泛化能力 | | Random Forest | 集成多棵决策树,提升泛化能力 |
| XGBoost | 高性能梯度提升树模型,常用于Kaggle竞赛 | | XGBoost | 高性能梯度提升树模型,常用于Kaggle竞赛 |
# 作业要求:需给出对比试验指标,数据集可以是tatinic数据或者自己的数据集 # 作业要求:需给出对比试验指标,数据集可以是tatinic数据或者自己的数据集,tatinic.ipynb为作业,已做好数据分析,单模型预测;tatinic_answer.ipynb为答案,做完作业可核对
例如: 例如:
实验结果对比(准确率),XGBoost的准确率为83.4%,是最优模型 实验结果对比(准确率),XGBoost的准确率为83.4%,是最优模型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment