Skip to content

A guide for solving classification problems using various regression models.

License

Notifications You must be signed in to change notification settings

PhoenixSmaug/Classification-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Guide to Classification with Regression

This repository should serve as a guide book for building classification models. Particular focus is given to reducing problems in real world data, like outliers, high leverage points and collinearity, which are often neglected in simpler guides. The main steps are:

  1. Preprocessing
    • Cleaning Data
    • Collinearity Detection
  2. A priori Model
    • Full-dimensional Regression
    • Dimensionality Reduction
    • Non-linear Parameters
  3. Optimization
    • Model Comparison
    • Validation
    • Bias Specification

As an illustrative example we will use the "Credit Card Fraud Detection" dataset published here, containing over 550,000 records of European cardholders in 2023. The analysis will be done using the Python library scikit-learn in a Jupyter notebook.

(c) Mia Müßig

About

A guide for solving classification problems using various regression models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published