09 2020 档案

摘要:转载的,出处找不到了,记录一下: Select Inputs Here the focus is on the quality of your data, specifically the quality of each column of data. You may want to conside 阅读全文
posted @ 2020-09-29 15:08 oaksharks 阅读(145) 评论(0) 推荐(0)
摘要:方法一: # -*- encoding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt y_score=[2.5710e-05,7.6021e-04,9.9500e-01,4.9876e-04,8.4120e-01,9.99 阅读全文
posted @ 2020-09-14 13:43 oaksharks 阅读(783) 评论(0) 推荐(0)
摘要:代码: # -*- encoding: utf-8 -*- import matplotlib.pyplot as plt from sklearn.metrics import roc_curve, auc y_score=[2.5710e-05,7.6021e-04,9.9500e-01,4.9 阅读全文
posted @ 2020-09-14 13:38 oaksharks 阅读(193) 评论(0) 推荐(0)
摘要:ps -ef | grep "name" | grep -v grep | awk '{print $2}' | xargs kill -9 阅读全文
posted @ 2020-09-11 19:10 oaksharks 阅读(159) 评论(1) 推荐(1)
摘要:配置 linux/mac配置文件地址: ~/.pip/pip.conf windows配置地址:%APPDATA%\pip\pip.ini or %HOME%\pip\pip.ini,实测为前者 配置源: [global] timeout = 60 index-url = https://pypi. 阅读全文
posted @ 2020-09-01 12:44 oaksharks 阅读(321) 评论(0) 推荐(0)