View on GitHub

record-classification

This project provides an automatic record classification tool.

experiment Command

The experiment command enables the experimentation mode. The experimentation mode:

  1. repeats the instructions specified in a batch command file multiple times, and
  2. once the repetitions are done, aggregates the repetition results (e.g. evaluation metrics such as precision and recall).

The output of each repetition is stored in folders in the current working directory, named repetition_# where # is the number of the repetition starting from 1.

The options of the experiment command are:

Home | CLI