摘要: import numpy as np import matplotlib.pyplot as plt from sklearn.naive_bayes import GaussianNB from sklearn.svm import SVC from sklearn.datasets import load_digits from sklearn.model_selection impor... 阅读全文
posted @ 2017-01-16 16:09 similarface 阅读(270) 评论(0) 推荐(0) 编辑
摘要: #使用make_classification构造500个样本,每个样本有20个feature 阅读全文
posted @ 2017-01-16 14:03 similarface 阅读(159) 评论(0) 推荐(0) 编辑