We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者您好, 感谢分享!! 想请教下,test_data下的crf.pt是crf训练所得模型文件吗?是make_model下的model.fit_crf训练的吗?我执行了model.fit_crf有训练过程但并没有生成模型文件。 test_sentences中,预测只用了随机森林,并没有用crf是吗? 另外test_data应该用与训练集毫无关系的测试集,是吧?我看您给出的示例代码都是dataset.pkl。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
作者您好, 感谢分享!!
想请教下,test_data下的crf.pt是crf训练所得模型文件吗?是make_model下的model.fit_crf训练的吗?我执行了model.fit_crf有训练过程但并没有生成模型文件。
test_sentences中,预测只用了随机森林,并没有用crf是吗?
另外test_data应该用与训练集毫无关系的测试集,是吧?我看您给出的示例代码都是dataset.pkl。
The text was updated successfully, but these errors were encountered: