Naming convention in Python
Use PascalCase to name Python Class. The name of the class should have the first
letter of every word capitalized.
This is different from the camelCase, where the first
In this article, we explore how to use a custom scoring object
[https://scikit-learn.org/stable/modules/model_evaluation.html#scoring-parameter]
. While working on an integrated project for my Practicum data science Bootcamp,