/basiq-ml-challenge

Basiq ML Challenge

Primary LanguagePython

Basiq ML Challenge

This repository contains the code that performs bank transaction classification over the training set of 100 000 observations. The code demonstrates the approach that consists of the following steps:

The algorithms chosen are Naive Bayes and SVM (with the linear kernel); both known to perform well with text classification problems, but yet simple to train without requiring high computational time and resources (also reasons for choosing them).