Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,4 +13,4 @@ pinned: false
|
|
| 13 |
|
| 14 |
Interactive confusion matrix with business cost analysis. Adjust TP/FP/FN/TN and see how precision, recall, F1, and dollar costs change.
|
| 15 |
|
| 16 |
-
Part of the **AI for Product Managers** course
|
|
|
|
| 13 |
|
| 14 |
Interactive confusion matrix with business cost analysis. Adjust TP/FP/FN/TN and see how precision, recall, F1, and dollar costs change.
|
| 15 |
|
| 16 |
+
Part of the **AI for Product Managers** course.
|
app.py
CHANGED
|
@@ -171,7 +171,7 @@ with gr.Blocks(title="Metrics Explainer", theme=gr.themes.Soft(primary_hue="blue
|
|
| 171 |
# Auto-calculate on load
|
| 172 |
demo.load(calculate_metrics, inputs, outputs)
|
| 173 |
|
| 174 |
-
gr.Markdown("---\n*
|
| 175 |
|
| 176 |
|
| 177 |
if __name__ == "__main__":
|
|
|
|
| 171 |
# Auto-calculate on load
|
| 172 |
demo.load(calculate_metrics, inputs, outputs)
|
| 173 |
|
| 174 |
+
gr.Markdown("---\n*AI for Product Managers*")
|
| 175 |
|
| 176 |
|
| 177 |
if __name__ == "__main__":
|