摘要: 机器学习 线性回归:波士顿房价利用python库函数python代码:from sklearn.datasets import load_boston from sklearn.model_selection import train_test_split from sklearn.linear_m 阅读全文
posted @ 2022-04-08 14:33 月月今天做题了吗 阅读(351) 评论(0) 推荐(0)
摘要: 机器学习 求一维线性回归 (飞桨AI Studio) python 代码: # 查看当前挂载的数据集目录, 该目录下的变更重启环境后会自动还原 # View dataset directory. # This directory will be recovered automatically aft 阅读全文
posted @ 2022-04-08 14:32 月月今天做题了吗 阅读(140) 评论(0) 推荐(0)