I have build a maximum entropy model. I'd like to evaluate this model with a 10x10 cross validation. Would you mind to tell me how I can do this? Thanks in advance.
Regards,
MyD
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
There isn't anything built into to OpenNLP to do this. Assuming you understand what cross-validation is then its pretty straight forward what to do, split you data up, built 10 model, evaluate each, average results.
If not, just google "nlp cross-validation" and there is information available.
Hope this helps...Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI @ all,
I have build a maximum entropy model. I'd like to evaluate this model with a 10x10 cross validation. Would you mind to tell me how I can do this? Thanks in advance.
Regards,
MyD
Hi,
There isn't anything built into to OpenNLP to do this. Assuming you understand what cross-validation is then its pretty straight forward what to do, split you data up, built 10 model, evaluate each, average results.
If not, just google "nlp cross-validation" and there is information available.
Hope this helps...Tom