Update Project 1.ipynb

This commit is contained in:
Aditya Pulipaka
2025-10-07 15:03:22 -05:00
committed by GitHub
parent 4a29100bb5
commit 49da9c0b3f

View File

@@ -1057,7 +1057,7 @@
"id": "24412ca1", "id": "24412ca1",
"metadata": {}, "metadata": {},
"source": [ "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."
] ]
} }
], ],