Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CRF 在 Mallet 上开发 NER 系统。
你知道是否可以收集每个预测的特征贡献?我需要知道并理解 CRF 模型的精确行为。
有什么建议么?
谢谢。
干杯,乌克兰
是的,你可以这样做,只需打印 CRF 模型并检查模型的权重,如果值绝对值大,那么它对分类结果的影响很大。