An open API service indexing awesome lists of open source software.

https://github.com/cyprianfusi/validating_ml_models

This repo in due time shall contain notebooks with exercises demonstrating various methods of validating ML models
https://github.com/cyprianfusi/validating_ml_models

Last synced: 10 months ago
JSON representation

This repo in due time shall contain notebooks with exercises demonstrating various methods of validating ML models

Awesome Lists containing this project

README

          

# validating_ML_models
This repo in due time shall contain notebooks with exercises demonstrating various methods of validating ML models
Validating Logistic Regression model: Decile Analysis
The main focus of this exercise is to use **decile analysis** to evalute the performance of a **logistic regression** model.
This will include **decile chart** and **lift chart** and their visualizations.
Binary classifications also use the **Area Under Curve (AUC)** and the **Kolmogorov–Smirnov (KS) distance** to evaluate the model.
We shall also calculate and interpret these statistics.