"Weka: training and test set are not compatible" 的替代方案?
Altrnative of "Weka: training and test set are not compatible"?
"Weka: training and test set are not compatible" 可以使用批量过滤解决,但在训练模型时我没有 test.arff。命令 "stringToWord vector"(在 CLI 上)导致我的问题。
所以我的问题是,Caret package(R) 或 Scikit learn (Python) 能否为此提供任何替代方案。
笔记:
1. "stringToWord vector" 提供的功能是必须的。
2. 我不想在测试时重新训练我的模型,因为这会花费很多时间。
"Weka: training and test set are not compatible" 可以使用批量过滤解决,但在训练模型时我没有 test.arff。命令 "stringToWord vector"(在 CLI 上)导致我的问题。
所以我的问题是,Caret package(R) 或 Scikit learn (Python) 能否为此提供任何替代方案。 笔记: 1. "stringToWord vector" 提供的功能是必须的。 2. 我不想在测试时重新训练我的模型,因为这会花费很多时间。