ZhangZhihui's Blog  

2024年10月14日

摘要: Fixed with restarting VSCode. 阅读全文
posted @ 2024-10-14 12:00 ZhangZhihuiAAA 阅读(22) 评论(0) 推荐(0) 编辑
 
摘要: from sklearn.datasets import make_moons from sklearn.model_selection import train_test_split X, y = make_moons(n_samples=100, noise=.3, random_state=0 阅读全文
posted @ 2024-10-14 09:20 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0) 编辑