diff --git a/4-Classification/1-Introduction/translations/assignment.zh-cn.md b/4-Classification/1-Introduction/translations/assignment.zh-cn.md new file mode 100644 index 00000000..cfd41d24 --- /dev/null +++ b/4-Classification/1-Introduction/translations/assignment.zh-cn.md @@ -0,0 +1,11 @@ +# 探索分类方法 + +## 说明 + +在 [Scikit-learn 文档](https://scikit-learn.org/stable/supervised_learning.html) 中你会找到一大串的数据分类的方法。在这些文档中做一个寻宝游戏:你的目标是寻找分类方法,并在本课程中匹配一个数据集,一个你可以提出的问题,以及一种分类技术。在一个 .doc 文件中创建一个电子表格或表格,并解释该数据集如何与分类算法一起工作。 + +## 评判标准 + +| 标准 | 优秀 | 中规中矩 | 仍需努力 | +| ---- | --- | -------- | ------- | +| | 提交了一份文件,概述了 5 种算法和一种分类技术。概述解释得清楚且详细。 | 提交了一份文件,概述了 3 种算法和一种分类技术。概述解释得清楚且详细。 | 提交了一份文件,概述了少于三种算法和一种分类技术,而且概述既没有很好的解释也没有详细说明。 |