Franck-Dernoncourt / NeuroNER

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
http://neuroner.com
MIT License
1.69k stars 476 forks source link

Macro-avg instead of micro-avg #102

Open ahmaurya opened 6 years ago

ahmaurya commented 6 years ago

The generated classification reports state a micro-avg. However, classification report from sklearn generates a macro-average by default. Hence, the generated plots should state macro-avg.