Additional Command Line Arguments
  • 30 Jul 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Additional Command Line Arguments

  • Dark
    Light
  • PDF

Article summary

The following are the command line arguments that are optional in order to run the UCV.  If a value is provided through a command line argument, it overrides the values from the config file (i.e. output_file or input_file).

  1. --input_csv </home/ubuntu/files/dummy_input.csv> - need to provide path to input csv file

  2. --output_report <”C:\Folder\report.csv”>   - need to provide output path to classification report stored in csv format

  3. --output_conf_matrix <conf_matrix.png>  - need to provide output path to save png file for Confusion matrix

  4. --multi_label <True> - If a multi-label model is trained, this flag has to be enabled. By default it is set to false.

    Command

    python TopicMatch.py  --instance dummy_instance_name –input_csv /Directory/dummy_input_file.csv


Was this article helpful?