|
Algorithm 2: Model Learning Algorithm. |
Require: data D
Ensure: model M
Transform the labels of each row of the data into a list L
Convert the answers to the questions into integers I
Split the data D into training and test sets
Train a Multi-Output Classifier using a RandomForestClassifier with as input
Set the number of estimators in to 10
return
|