mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
Module not imported but called in the section Evaluating Machine Learning Model section #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sahajrajmalla on GitHub (Jun 1, 2022).
The website link https://madewithml.com/courses/mlops/evaluation/#intuition of Coarse-grained section suggests to import function
precision_recall_curvebybut another function
precision_recall_fscore_supportfrom the same module path is called for computing evaluation metrics by@GokuMohandas commented on GitHub (Jun 8, 2022):
Good catch, thank you @sahajrajmalla. I'll push the updates later this week with some more incoming changes.