This directory contains 6 workflows.
This workflow trains a classification model using the Decision Tree algorithm and evaluates its accuracy by scoring metrics, ROC Curve, and Lift […]
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: […]
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 […]
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 […]
This workflow calculates the Delta-p statistics based on the coefficient statistics of a logistic regression model. The Delta-p statistics tells the effect […]
This workflow implements the following visual model scoring techniques: - ROC Curve - Lift Chart - Cumulative Gain Chart In addition, the Binary […]