线性回归 预测Boston房价

Posted 九离580

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了线性回归 预测Boston房价相关的知识,希望对你有一定的参考价值。

1.导入sklearn数据库

代码: from sklearn.datasets import load_boston
            from sklearn.model_selection import train_test_split
            from sklearn.preprocessing import StandardScaler 
            from sklearn.linear_model import LinearRegression
            from sklearn.metrics import mean_squared_error
            import pandas as pd
            import numpy as np

 2.导入数据库里面的数据

4. 数据分析

5.输出结果

 

学号: 202113430121    姓名:周金枝

 

以上是关于线性回归 预测Boston房价的主要内容,如果未能解决你的问题,请参考以下文章

回归模型与房价预测

回归模型与房价预测

回归模型与房价预测

ML之shap:基于boston波士顿房价回归预测数据集利用Shap值对LiR线性回归模型实现可解释性案例

回归模型与房价预测

回归模型与房价预测