上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 345 下一页
摘要: from sklearn import svmX = [[0, 0], [1, 1]]y = [0, 1]#建立支持向量分类模型cl... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(16) 评论(0) 推荐(0) 编辑
摘要: from sklearn import svmX = [[0, 0], [1, 1]]y = [0, 1]#建立支持向量分类模型cl... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(22) 评论(0) 推荐(0) 编辑
摘要: dfc = pd.DataFrame({'A':['aaa','bbb','ccc'],'B':[1,2,3]})dfc.loc[... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: dfc = pd.DataFrame({'A':['aaa','bbb','ccc'],'B':[1,2,3]})dfc.loc[... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 准备go安装包 官网链接 百度云链接解压二进制文件到 /usr/local 目录 sudo tar -xzf go1.8.1.l... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 准备go安装包 官网链接 百度云链接解压二进制文件到 /usr/local 目录 sudo tar -xzf go1.8.1.l... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 可能是tensorflow 采用gpu计算的问题,重启电脑系统出了大问题,登录不上,而且图像特别模糊,折腾了一下午。下面介绍解决方案... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 可能是tensorflow 采用gpu计算的问题,重启电脑系统出了大问题,登录不上,而且图像特别模糊,折腾了一下午。下面介绍解决方案... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(43) 评论(0) 推荐(0) 编辑
摘要: fbprophet 必须安装在Python3.5以上,目前来讲是的 ubuntu16 安装如下: 安装anaconada通过pi... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(34) 评论(0) 推荐(0) 编辑
摘要: fbprophet 必须安装在Python3.5以上,目前来讲是的 ubuntu16 安装如下: 安装anaconada通过pi... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 345 下一页