摘要:
python使用sklearn.datasets.make_gaussian生成数据,代码传送门:import matplotlib.pyplot as plt from sklearn.datasets im... 阅读全文
posted @ 2020-03-04 10:49
HelenLee01
阅读(304)
评论(0)
推荐(0)
摘要:
python使用sklearn.datasets.make_blobs来生成数据,代码传送门:from sklearn.datasets import make_blobsfrom matplotlib impo... 阅读全文
posted @ 2020-03-04 10:44
HelenLee01
阅读(491)
评论(0)
推荐(0)