from sklearn.linear_model import Linear Regression #导入线性回归算法模型 model = Linear Regression() #使用线性回归算法