Open drosin opened 4 years ago
Hi. I also found the error and I looked at past commit history. Through commit on 24 Oct 2019(#21: classification report in ascii-style), _plot_classification_report attribute was deprecated. You must change code in evaluation_template.ipynb to use _print_classification_report() instead of _plot_classification_report(). It is also possible to copy _plot_classification_report() content from past commit and paste it into evaluate.py in your package. Then the attribute above will work well.
The following error appears when generating the evaluation report as jupyter notebook:
This is my config.yml: