Skip to content

Commit d34ad2a

Browse files
authored
Merge pull request udacity#72 from udacity/nicky/update-p2-README
Nicky/update p2 README and modify P1 Q2 translation
2 parents 77ca118 + e50432a commit d34ad2a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

projects_cn/boston_housing/boston_housing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"| 2.0 | 2.1 |\n",
203203
"| 7.0 | 7.8 |\n",
204204
"| 4.2 | 5.3 |\n",
205-
"*你会觉得这个模型已成功地预测了目标变量吗?如果成功,请解释为什么,如果没有,也请给出原因。* \n",
205+
"*你会觉得这个模型已成功地描述了目标变量的变化吗?如果成功,请解释为什么,如果没有,也请给出原因。* \n",
206206
"\n",
207207
"运行下方的代码,使用`performance_metric`函数来计算模型的决定系数。"
208208
]

projects_cn/student_intervention/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
这个项目要求使用 **Python 2.7** 并且需要安装下面这些python包:
77

88
- [NumPy](http://www.numpy.org/)
9-
- [Pandas](http://pandas.pydata.org)
9+
- [pandas](http://pandas.pydata.org)
1010
- [scikit-learn](http://scikit-learn.org/stable/)
1111

12-
你同样需要安装好相应软件使之能够运行 [iPython Notebook]http://ipython.org/notebook.html)
12+
你同样需要安装好相应软件使之能够运行[Jupyter Notebook](http://jupyter.org/)
1313

14-
优达学城推荐学生安装 [Anaconda]https://www.continuum.io/downloads, 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
14+
优达学城推荐学生安装[Anaconda](https://www.continuum.io/downloads), 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
1515

1616

1717
### 代码
@@ -22,10 +22,9 @@
2222

2323
在命令行中,确保当前目录为 `student_intervention/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
2424

25-
```ipython notebook student_intervention.ipynb```
2625
```jupyter notebook student_intervention.ipynb```
2726

28-
这会启动 iPython Notebook 并把项目文件打开在你的浏览器中。
27+
​这会启动 Jupyter Notebook 并把项目文件打开在你的浏览器中。
2928

3029
## 数据
3130

0 commit comments

Comments
 (0)