Understanding the Ushur Classification Verifier (UCV) Tool
  • 30 Jul 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Understanding the Ushur Classification Verifier (UCV) Tool

  • Dark
    Light
  • PDF

Article summary

The Ushur Classification Verifier tool displays the classification results and the confusion matrix for an Ushur. This tool reads the text from a .CSV file, sends the information to an Ushur, retrieves and displays the classification results and the Confusion Matrix for a trained LI module in an Ushur.

The metrics and the Confusion matrix are calculated based on the true labels from the .csv file and the predicted labels from the Ushur.

Note

Confusion matrix is not generated for multi-label classification results.

To retrieve the classification results, the tool includes the following key processes using the specific APIs as mentioned below:

  1. “/rest/login” - API to login and fetch the token ID

  2. ”/onIncomingEmail” - Submits the email to the given emailServiceId associated to the Ushur

  3. "/infoQuery" - Fetches the classification results for all the requests.

Follow the steps below to read how the tool works.

  1. Review the pre-flight checklist

  2. Configuration of the File Arguments

  3. Run the UCV

  4. Additional Command Line Arguments


Was this article helpful?