2021年11月2日
摘要: def linear1(): """ 正规方程的优化方法对波士顿房价进行预测 :return: """ # 1)获取数据 boston = load_boston() # 2)划分数据集 x_train, x_test, y_train, y_test = train_test_split(bost 阅读全文
posted @ 2021-11-02 10:00 季昂 阅读(74) 评论(0) 推荐(0) 编辑