add a flag to disable plotting confusion matrix in test #3549
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Rasa version:
master
Python version:
3.7
Operating system (windows, osx, ...):
macos
Issue:
Plotting confusion matrix can be time consuming and sometimes we don't care for it, therefore it makes sense to add an option to ignore the plot. Also, for nlu, I think it is better to create pdf directly instead of creating matplotlib windows first (it doesn't work on gcloud from terminal)
in case of
--debug
option, still turn off matplotlib debugAnother thing right now confusion matrix is unreadable (at least for core), color boxes and numbers are not aligned, also numbers overlay:
The text was updated successfully, but these errors were encountered: