classification - Which MaxEnt accuracy to report? -


in nltk, maxent classifier reports multiple accuracy metrics, shown in screenshot below. first set accuracy per iteration. second, printed @ bottom of screenshot, reported calling nltk.classify.accuracy(maxent, test_set), maxent variable has been initialized. of these accuracies reportable, i.e. in results show training model's accuracy? what's difference between them?

maxent accuracies


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -