摘要: import numpy as np import json import matplotlib.pyplot as plt#加载数据 def load_data(): #读入数据 datafile='data/housing.data' data=np.fromfile(datafile,sep= 阅读全文
posted @ 2021-03-17 10:13 XiaoGao128 阅读(185) 评论(0) 推荐(0) 编辑