Explaining PredictionsΒΆ

This functionality is integrated into prediction. Similar to model introspection, this functionality also extracts logical formulae from the machine learning models first. But this process is implicit. To obtain predictions with explanations for the data file new-data1.csv using the models in model/this-model/, and store the predictions in pred.csv, simply issue the following command:

silas predict -e -o pred.csv model/this-model/ new-data1.csv