我正在尝试在斯坦福 NER中使用交叉验证。特征工厂列出了 3 个属性:
numFolds int 1 The number of folds to use for cross-validation.
startFold int 1 The starting fold to run.
numFoldsToRun int 1 The number of folds to run.
我认为应该用于交叉验证。但我不认为它们真的有效。将 numFolds 设置为 1 或 10 根本不会改变训练的运行时间。奇怪的是,使用 numFoldsToRun 会给出以下警告:
Unknown property: |numFoldsToRun|