Skip to content

Commit

Permalink
SKIP CLASS REPORT DUE TO BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawe committed Dec 26, 2023
1 parent 7fa2c3f commit 77512e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plotsandgraphs/binary_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def plot_classification_report(
ax : Matplotlib.pyplot.Axe
Axe object from matplotlib
"""
print("Warning: plot_classification_report is not experiencing a bug and is, hence, currently skipped.")
return

import matplotlib as mpl
import matplotlib.colors as colors
import seaborn as sns
Expand Down

0 comments on commit 77512e4

Please sign in to comment.