Icon

10_​Scoring

This directory contains 6 workflows.

Icon01_​Evaluating_​Classification_​Model_​Performance 

This workflow trains a classification model using the Decision Tree algorithm and evaluates its accuracy by scoring metrics, ROC Curve, and Lift […]

Icon03_​Adjusting_​Class_​Probabilities_​after_​Resampling 

This workflow compares the performances of three different setups for a classification model that is used to detect fraud in credit card data. Scenario 1: […]

Icon04_​Evaluating_​Regression_​Model_​Performance 

This workflow trains a linear regression model that predicts the amount of a credit. The performance of the linear regression model is evaluated with the […]

Icon05_​Cohen's_​Kappa_​for_​Evaluating_​Classification_​Models 

This workflow demonstrates how Cohen's kappa can be used to evaluate the performance of a classification model when dealing with imbalanced data. We also […]

Icon06_​Assessing_​Effects_​of_​Single_​Predictors_​with_​Delta-p 

This workflow calculates the Delta-p statistics based on the coefficient statistics of a logistic regression model. The Delta-p statistics tells the effect […]

Icon07_​Visual_​Scoring_​Techniques_​for_​Classification_​Models 

This workflow implements the following visual model scoring techniques: - ROC Curve - Lift Chart - Cumulative Gain Chart In addition, the Binary […]