Skip to content

Commit 1057961

Browse files
committed
upload translated p3
1 parent 77ca118 commit 1057961

File tree

4 files changed

+1362
-0
lines changed

4 files changed

+1362
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 项目 3: 非监督学习
2+
## 创建用户细分
3+
4+
### 安装
5+
6+
这个项目要求使用 **Python 2.7** 并且需要安装下面这些python包:
7+
8+
- [NumPy](http://www.numpy.org/)
9+
- [Pandas](http://pandas.pydata.org)
10+
- [scikit-learn](http://scikit-learn.org/stable/)
11+
12+
你同样需要安装好相应软件使之能够运行[Jupyter Notebook](http://jupyter.org/)
13+
14+
优达学城推荐学生安装 [Anaconda](https://www.continuum.io/downloads), 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
15+
16+
### 代码
17+
18+
初始代码包含在 `customer_segments.ipynb` 这个notebook文件中。这里面有一些代码已经实现好来帮助你开始项目,但是为了完成项目,你还需要实现附加的功能。
19+
20+
### 运行
21+
22+
在命令行中,确保当前目录为 `customer_segments.ipynb` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
23+
24+
```jupyter notebook customer_segments.ipynb```
25+
26+
​这会启动 Jupyter Notebook 并把项目文件打开在你的浏览器中。
27+
28+
## 数据
29+
30+
​这个项目的数据包含在 `customers.csv` 文件中。你能在[UCI 机器学习信息库](https://archive.ics.uci.edu/ml/datasets/Wholesale+customers)页面中找到更多信息。

0 commit comments

Comments
 (0)