Loading

摘要: from sklearn.datasets import make_blobs import matplotlib.pyplot as plt x, y = make_blobs(n_samples=500, n_features=2, centers=4, random_state=1) colo 阅读全文
posted @ 2023-04-21 00:45 ThankCAT 阅读(25) 评论(0) 推荐(0) 编辑