会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nxf_rabbit75
纸上得来终觉浅,绝知此事要躬行。
管理
2018年4月27日
线性回归
摘要: 1.标准回归 1 from numpy import * 2 import matplotlib.pyplot as plt 3 4 #标准回归函数和数据导入函数 5 def loadDataSet(filename): 6 # f = open(filename) 7 # dataSet = []
阅读全文
posted @ 2018-04-27 10:28 nxf_rabbit75
阅读(436)
评论(0)
推荐(0)
编辑