2.1 Model Training

Machines need training ;)

As our solution uses machine learning to detect anomalies in transactions, it is necessary to train respective ML models that are able to differentiate regular pattern from data for your data. At this point our solution does not come with or offer any pre-trained models.

To train ML models you have to:

  1. provide their own train.json by replacing the dummy training data (train.json in the repository).

  2. use the REST-API endpoint /retrain to train the given models. The same endpoint can also be used to periodically retrain the ML model in use.

Last updated