Skip to content

Multi-Classification ML modelling on a payment's database to predict any of the 3 states of a payment in a company.

Notifications You must be signed in to change notification settings

miguel617/Multi-Classification-predictor-on-Payments-Timeliness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Classification-predictor-on-Payments-Timeliness

The objective of this task is to build a predictor that informs whether a payment occurs ahead of time, on time or if it's delayed, given an input data containing transactional and master data.

A payment is considered to be on time if it occurs within the same month of the due date.

To tackle this problem we will do the following steps:

  • Data Exploration and Analysis
  • Feature and Data Transformation
  • Forecasting models using ML classification algoritms - Supervised methods to build a predictor

Python script and outputs can be seen at "main.ipynb".