摘要: import numpy as np import matplotlib.pyplot as plt from sklearn import datasets from sklearn.naive_bayes import GaussianNB import matplotlib #生成所有测试样本点 def make_meshgrid(x,y,h=0.02): x_min,x_max... 阅读全文
posted @ 2020-01-07 14:08 喵小喵~ 阅读(429) 评论(0) 推荐(0) 编辑