You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error appears when generating the evaluation report as jupyter notebook:
This is my config.yml:
The text was updated successfully, but these errors were encountered: