2018年12月17日

回归模型与房价预测

摘要: 1. 导入boston房价数据集。 1 2 3 4 from sklearn.datasets import load_boston boston = load_boston() boston.keys() print(boston.data) 2. 一元线性回归模型,建立一个变量与房价之间的预测模 阅读全文

posted @ 2018-12-17 21:44 zoyeln 阅读(232) 评论(0) 推荐(0) 编辑

导航