There are three ways to predict a number of samples:
-
If you want to save the predictions of an experiment for later use, you can do so by stating in the EXP section
[EXP] save_test = ./my_saved_test_predictions.csv
The output format is CSV, comma seperated values.
-
Alternatively, you can test an existing database against the best model you trained before, by stating the databases as tests in the DATA section:
[DATA] tests = ['my_testdb'] my_testdb = /mypath/my_testdb ...
and then calling Nkululeko's test module
python -m nkululeko.test --config mycoonfg.ini --outfile myresults.csv
-
Run the demo module simply for a set of files:
python -m nkululeko.demo --config mycoonfg.ini --list my_filelist.txt