annotation_costs |
List |
A list specifying the annotation cost per instance. Experimental. Can break the database for large datasets. |
optional |
batch_size |
int |
The number of instances that need to be selected per batch. |
optional |
cost_matrix |
CostMatrix |
A matrix describing the cost of miss-classifications per type. |
optional |
estimation_procedure |
Estimation Procedure |
The estimation procedure used to validate the generated models |
required |
evaluation_measures |
String |
The evaluation measures to optimize for, e.g., cpu time, accuracy |
optional |
source_data |
Dataset |
The input data for this task |
required |
target_feature |
String |
The name of the dataset feature to be used as the target feature. |
required |