Open kamurani opened 7 months ago
In the example command given, the required argument
--indepfile
is provided.However, it is not clear how this should be used as separate to
--infile
when using a pre-trained model for creating predictions on an input file.Clearer documentation would help clarify this.
python main.py --infile data/combined_dataset.csv --indepfile data/covid19_data.txt --model_name my_custom_model_name --mode test
Did you finally figure it out?
In the example command given, the required argument
--indepfile
is provided.However, it is not clear how this should be used as separate to
--infile
when using a pre-trained model for creating predictions on an input file.Clearer documentation would help clarify this.