- Print
- DarkLight
- PDF
Additional Command Line Arguments
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).
--input_csv </home/ubuntu/files/dummy_input.csv> - need to provide path to input csv file
--output_report <”C:\Folder\report.csv”> - need to provide output path to classification report stored in csv format
--output_conf_matrix <conf_matrix.png> - need to provide output path to save png file for Confusion matrix
--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