diff --git a/4-Classification/1-Introduction/translations/README.zh-cn.md b/4-Classification/1-Introduction/translations/README.zh-cn.md index 0a8886b37..b1d2862bb 100644 --- a/4-Classification/1-Introduction/translations/README.zh-cn.md +++ b/4-Classification/1-Introduction/translations/README.zh-cn.md @@ -288,4 +288,4 @@ Scikit-learn 项目提供多种对数据进行分类的算法,你需要根据 ## 课后作业 -[探索一下分类方法](../assignment.md) +[探索一下分类方法](./assignment.zh-cn.md) 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 000000000..83d9eaba5 --- /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 种算法和一种分类技术。概述解释得清楚且详细。 | 提交了一份文件,概述了少于 3 种算法和一种分类技术,而且概述既没有很好的解释也没有详细说明。 |