catagoriser - nslocomotives/nbs GitHub Wiki

Categorize Strategy using machine Learning

This Script should read the transactions form the nbs database and using the categories already set be able to select categories for new transactions and set the values.

Where its not sure the script should highlight them so that they can be set manually.

1. categorization

  • get relevant data from the db to form a dataset
  • make sure the correct columns are in the dataset
  • either train and run the model or run a pre-trained model
  • save training data to model
  • save categorised dataset to the nbs database