摘要: # 导入库 import seaborn as sns # 绘图 import numpy as np # 数值运算 # 机器学习: sklearn from sklearn.model_selection import train_test_split # 深度学习:tf.keras from t 阅读全文
posted @ 2025-04-08 09:32 Peter.Jones 阅读(33) 评论(0) 推荐(0)
摘要: # 导入库 import seaborn as sns # 绘图 import numpy as np # 数值运算 # 机器学习: sklearn from sklearn.model_selection import train_test_split from sklearn.linear_mo 阅读全文
posted @ 2025-04-08 09:23 Peter.Jones 阅读(30) 评论(0) 推荐(0)