From 49da9c0b3f913680f432a9b8859ca1e4e162fc1a Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Tue, 7 Oct 2025 15:03:22 -0500 Subject: [PATCH] Update Project 1.ipynb --- Project 1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project 1.ipynb b/Project 1.ipynb index 295c740..ff95bd5 100644 --- a/Project 1.ipynb +++ b/Project 1.ipynb @@ -1057,7 +1057,7 @@ "id": "24412ca1", "metadata": {}, "source": [ - "from a business perspective, the most important metric is the tp/tp+fp, or precision metric, since it is more costly for a shelter to maintain an animal that will get transferred rather than transferring it as soon as possible. False positives would cause the retention of animals that have low chance of getting adopted, rather than transferring them to other shelters, where they may have higher chances of adoption." + "from a business perspective, the most important metric is the tp/(tp+fp), or precision metric, since it is more costly for a shelter to maintain an animal that will get transferred rather than transferring it as soon as possible. False positives would cause the retention of animals that have low chance of getting adopted, rather than transferring them to other shelters, where they may have higher chances of adoption." ] } ],