From 0b4f61d6e6ad42f632a728cca1008f358eab46f1 Mon Sep 17 00:00:00 2001
From: Yuan <863252331@qq.com>
Date: Mon, 27 Apr 2020 22:07:13 +0800
Subject: [PATCH] Add new file

---
 review | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 review

diff --git a/review b/review
new file mode 100644
index 0000000..f370e1f
--- /dev/null
+++ b/review
@@ -0,0 +1,15 @@
+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
--
libgit2 0.26.0