摘要: import matplotlib.pyplot as pltimport numpy as np y = df.loc[0:100, 4].valuesy = np.where(y == 'Iris-setosa',-1,1)X = df.iloc[0:100,[0,2]].valuesplt.s 阅读全文
posted @ 2018-04-20 13:27 三天泪 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1.确保PIP的存在 2.CMD命令进入C:\Python34\Scripts里面后再执行PIP命令安装pip install wheel # D: 和cd 地址 3.把文件最好放在\Script文件夹里面再pip install xxxx.whl 4.注意whl文件名不能改 必须一模一样和原名 当 阅读全文
posted @ 2018-04-20 10:27 三天泪 阅读(3881) 评论(0) 推荐(0) 编辑
摘要: 1,解决办法 "C:\\Users\\Darkness-02\\Desktop\\test.txt"多加一个反斜杠就行了2,解决办法r"C:\Users\Darkness-02\Desktop\txt.txt"变为字符串 玩具 with open("C:\\Users\\Darkness-02\\D 阅读全文
posted @ 2018-04-20 09:57 三天泪 阅读(363) 评论(0) 推荐(0) 编辑