摘要:
import numpy as np import matplotlib.pyplot as plt from sklearn import datasets,naive_bayes from sklearn.model_selection import train_test_split # 加载 scikit-learn 自带的 digits 数据集 def load_data(): ... 阅读全文
posted @ 2019-04-30 09:08
吴裕雄
阅读(3840)
评论(0)
推荐(0)