Skip to content

Commit

Permalink
fix(Library): disable benchmarkling for kappa & s-score
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Jan 5, 2024
1 parent 4db0306 commit 518df05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/krisi/evaluate/library_/default_metrics_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
plot_funcs=[(display_single_value, dict(width=750.0))],
plot_funcs_rolling=(display_time_series, dict(width=1500.0)),
purpose=Purpose.objective,
disable_benchmarking=True,
)

"""~"""
Expand Down Expand Up @@ -163,6 +164,7 @@
supports_multiclass=False,
purpose=Purpose.objective,
supports_rolling=False,
disable_benchmarking=True,
)
"""~"""

Expand Down

0 comments on commit 518df05

Please sign in to comment.