2022年10月14日

时间序列、时序TimeSeriesSplit&GridGridSearchCV,超参数优化参考

摘要: 此外,可看看这个: https://blog.csdn.net/qq_35649669/article/details/104793484 /Li-JT/p/16792521.html #链接:https://www.zhihu.com/question 阅读全文

posted @ 2022-10-14 18:38 lmqljt 阅读(163) 评论(0) 推荐(0) 编辑

KFold.split()等类似解释

摘要: class sklearn.model_selection.KFold(n_splits=5, *, shuffle=False, random_state=None >>> import numpy as np >>> from sklearn.model_selection import KFo 阅读全文

posted @ 2022-10-14 13:53 lmqljt 阅读(168) 评论(0) 推荐(0) 编辑