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.

28 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Report 1 - 交通事故理赔审核预测
## 内容:
* 任务类型:二元分类
* 背景介绍在交通摩擦事故发生后理赔员会前往现场勘察、采集信息这些信息往往影响着车主是否能够得到保险公司的理赔。训练集数据包括理赔人员在现场对该事故方采集的36条信息信息已经被编码以及该事故方最终是否获得理赔。我们的任务是根据这36条信息预测该事故方没有被理赔的概率。
* 数据介绍训练集中共有200000条样本预测集中有80000条样本。
![data_description](images/data_description.png)
* 评价方法Precision-Recall, AUC
## 要求:
1. 编写程序,初步完成分类
2. 在[竞赛网站](http://sofasofa.io/competition.php?id=2)上注册,提交结果
3. 分析结果的效果,综合考虑各种方法,改进方法,并提交结果
4. 按照`report_template.ipynb`撰写自己的报告
## References
* [这个数据的链接](http://sofasofa.io/competition.php?id=2)