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.
|
|
|
|
# 尝试不同的聚类方法
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 说明
|
|
|
|
|
|
|
|
|
|
在本课中,您学习了 K-Means 聚类。有时 K-Means 不适合您的数据。使用来自这些课程或其他地方的数据(归功于您的来源)创建notebook,并展示不使用 K-Means 的不同聚类方法。你学到了什么?
|
|
|
|
|
## 评判规则
|
|
|
|
|
|
|
|
|
|
| 评判标准 | 优秀 | 中规中矩 | 仍需努力 |
|
|
|
|
|
| -------- | --------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------- |
|
|
|
|
|
| | 一个具有良好文档记录的聚类模型的notebook | 一个没有详细文档或不完整的notebook| 提交了一个不完整的工作 |
|
|
|
|
|
|