Skip to content

dheepdatascigit/ds_transaction_tagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bank transaction automatic category tagging

The project is inpired by automatic tagging of transaction records by major banks.

Project Brief

We will break down the project into three disctint steps

  1. Natural Language Processing (NLP) to vectorise the descriptions column of the transaction
  2. Manual Clustering to identify the distinct categories based on the description of the each transaction
  3. Classification of transaction records based on the above found disctinc categories

Project Steps

Following are the break down of taks for this project

  • Load data
  • Clean data
  • Explore data
    • Find the column which describes the transation
  • NLP
  • Clustering - done manually for now by visuall means
  • Classifcation
  • Testing
  • Evaluation
  • Production pipeline

Model building flow

Machine Learning Model building workflow

References

About

Supervised Machine learning model for automatic category tagging Bank transactions. The project is inpired by automatic tagging of transaction records by major banks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors