摘要:
https://www.cnblogs.com/xifengxixia/p/10918117.html import math math.ceil( x )##向上 math.floor( x )##向下 阅读全文
posted @ 2022-02-11 10:58
笨笨和呆呆
阅读(88)
评论(0)
推荐(0)
摘要:
#十折交叉验证from sklearn.model_selection import KFoldkf = KFold(n_splits=10, shuffle=True)#n_splits表示把数据集分为多少份#shuffle表示是否随机划分,如果n_splits=2,shuffle=false(默 阅读全文
posted @ 2022-02-11 10:43
笨笨和呆呆
阅读(91)
评论(0)
推荐(0)
浙公网安备 33010602011771号