为什么不随机化random_state而不是k倍交叉验证?

时间:2018-09-24 17:22:19

标签: python machine-learning scikit-learn cross-validation

在我了解k倍交叉验证之前,我将像这样设置random_state:

const ts = require('typescript');
const out = ts.declarations('source-string');

然后,我将对此进行多次迭代,存储我的精度度量,然后计算该数组的置信区间。

这样做有什么弊端吗?

0 个答案:

没有答案