File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 202
202
" | 2.0 | 2.1 |\n " ,
203
203
" | 7.0 | 7.8 |\n " ,
204
204
" | 4.2 | 5.3 |\n " ,
205
- " *你会觉得这个模型已成功地预测了目标变量吗 ?如果成功,请解释为什么,如果没有,也请给出原因。* \n " ,
205
+ " *你会觉得这个模型已成功地描述了目标变量的变化吗 ?如果成功,请解释为什么,如果没有,也请给出原因。* \n " ,
206
206
" \n " ,
207
207
" 运行下方的代码,使用`performance_metric`函数来计算模型的决定系数。"
208
208
]
Original file line number Diff line number Diff line change 6
6
这个项目要求使用 ** Python 2.7** 并且需要安装下面这些python包:
7
7
8
8
- [ NumPy] ( http://www.numpy.org/ )
9
- - [ Pandas ] ( http://pandas.pydata.org )
9
+ - [ pandas ] ( http://pandas.pydata.org )
10
10
- [ scikit-learn] ( http://scikit-learn.org/stable/ )
11
11
12
- 你同样需要安装好相应软件使之能够运行 [ iPython Notebook] ( http://ipython .org/notebook.html)
12
+ 你同样需要安装好相应软件使之能够运行[ Jupyter Notebook] ( http://jupyter .org/ )
13
13
14
- 优达学城推荐学生安装 [ Anaconda] ( https://www.continuum.io/downloads) , 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
14
+ 优达学城推荐学生安装[ Anaconda] ( https://www.continuum.io/downloads ) , 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
15
15
16
16
17
17
### 代码
22
22
23
23
在命令行中,确保当前目录为 ` student_intervention/ ` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
24
24
25
- ``` ipython notebook student_intervention.ipynb ```
26
25
``` jupyter notebook student_intervention.ipynb ```
27
26
28
- 这会启动 iPython Notebook 并把项目文件打开在你的浏览器中。
27
+ 这会启动 Jupyter Notebook 并把项目文件打开在你的浏览器中。
29
28
30
29
## 数据
31
30
You can’t perform that action at this time.
0 commit comments