View on GitHub

record-classification

This project provides an automatic record classification tool.

classify Command

The classify command classifies the loaded unseen records. In order to use this command, firstly, the classifier must be set via the set command, and secondly, at least one unseen record must be loaded (see the load command). The classifier should be trained prior to classification.

This command offers the following option:

For example, the following command:

classify -o classified_unseen_records.csv

classifies the loaded unseen records and stores the classified records into a file called classified_unseen_records.csv within the current working directory.

Home | CLI