
Runs the learning on a dataset
runClassifier.Rd
This function runs a classifier in a given dataset
Arguments
- X:
The dataset to classify
- y:
The variable to predict
- clf:
The classifier object containing the different settings of the classifier.
- x_test:
if not NULL (default) this dataset will be used to evaluate the models in a subset for the feature importance
- y_test:
if not NULL (default) this dataset will be used to evaluate the models in a subset for the feature importance