MCPcopy Create free account
hub / github.com/Riley702/enhanced_benchmark_tool / test_plot_metrics

Function test_plot_metrics

tests/test_visualizations.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_plot_metrics():
12 metrics = {"accuracy": 0.95, "precision": 0.92, "recall": 0.93, "f1_score": 0.94}
13 plot_metrics(metrics, show=False)
14
15
16def test_plot_feature_importance():

Callers

nothing calls this directly

Calls 1

plot_metricsFunction · 0.90

Tested by

no test coverage detected