You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
machine-learning/report_01_交通事故理赔审核预测
Shuhui Bu b7d6819dfc
add report_03_Fashion
7 years ago
..
.ipynb_checkpoints add report_03_Fashion 7 years ago
data Add some references 7 years ago
images Add some references 7 years ago
README.md add report_03_Fashion 7 years ago
data.zip Add some references 7 years ago
data_tutorial.ipynb add report_03_Fashion 7 years ago
data_tutorial.py add report_03_Fashion 7 years ago
my_RF_prediction.csv Add some references 7 years ago
report_template.ipynb add report_03_Fashion 7 years ago
report_template.py add report_03_Fashion 7 years ago
submit_data.csv Add some references 7 years ago

README.md

Exercise - 交通事故理赔审核预测

内容:

  • 任务类型:二元分类

  • 背景介绍在交通摩擦事故发生后理赔员会前往现场勘察、采集信息这些信息往往影响着车主是否能够得到保险公司的理赔。训练集数据包括理赔人员在现场对该事故方采集的36条信息信息已经被编码以及该事故方最终是否获得理赔。我们的任务是根据这36条信息预测该事故方没有被理赔的概率。

  • 数据介绍训练集中共有200000条样本预测集中有80000条样本。 data_description

  • 评价方法Precision-Recall AUC

要求:

  1. 编写程序,初步完成分类
  2. 在竞赛网站上注册,提交结果
  3. 分析结果的效果,综合考虑各种方法,改进方法,并提交结果
  4. 按照report_template.ipynb撰写自己的报告

References