<<--B站..........欢迎来到DGX的博客..........GitHub-->>

我的B站
摘要: 在sklearn中包含四种评价尺度,分别为mean_squared_error、mean_absolute_error、explained_variance_score 和 r2_score。 1、均方差(mean-squared-error) 2、平均绝对值误差(mean_absolute_err 阅读全文
posted @ 2020-12-21 21:46 DG息 阅读(543) 评论(0) 推荐(0)
摘要: import os cmd = 'ipconfig /all' #输入的命令 res = os.popen(cmd) output_str = res.read() # 获得输出字符串 print(output_str) 阅读全文
posted @ 2020-12-21 10:46 DG息 阅读(335) 评论(0) 推荐(0)