Skip to content

kasogg/boston_housing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目1:模型评估与验证

波士顿房价预测

准备工作

这个项目需要安装Python 2.7和以下的Python函数库:

运行

在终端或命令行窗口中,选定boston_housing/的目录下(包含此README文件),运行下方的命令:

jupyter notebook boston_housing.ipynb

这样就能够启动jupyter notebook软件,并在你的浏览器中打开文件。

数据

经过编辑的波士顿房价数据集有490个数据点,每个点有三个特征。这个数据集编辑自加州大学欧文分校机器学习数据集库(数据集已下线).

特征

  1. RM: 住宅平均房间数量
  2. LSTAT: 区域中被认为是低收入阶层的比率
  3. PTRATIO: 镇上学生与教师数量比例

目标变量

  1. MEDV: 房屋的中值价格

About

(Exercise)Boston housing prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published