Skip to content

SKBai1996/Load_Boston

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Load_Boston

使用正规方程和梯度下降分别进行波士顿房价预测实践

  • 数据来源:from sklearn.datasets import load_boston
  1. 波士顿地区房价数据获取

  2. 波士顿地区房价数据分割

  3. 训练与测试数据标准化处理

  4. 使用最简单的线性回归模型LinearRegression和梯度下降估计SGDRegressor对房价进行预测

  5. 使用均值误差进行性能评估

About

使用正规方程、梯度下降和岭回归分别进行波士顿房价预测实践

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%