Commit 0b4f61d6 by Yuan

Add new file

parent cbc4c641
Summary:
数据处理还有很多不足
Detailed Comments:
1、pandas将数据读进来的时候,数据本身是没有标题的,如果需要使用需要自己添加,你这边没有添加,则报错KeyError: 'label'
2、模型训练的时候也需要对label进行转换成0,1
3、评估指标需要手动计算一下,最好不要调包,目的是为了加深对这些公式的理解
Overall Score: 78
--------------------------------------------------------------------------------------------------------------------------
Thanks for your efforts.
-Your instructor
\ No newline at end of file
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