automl.searchmodels.meka.meta.ensembleml.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlplan-meka Show documentation
Show all versions of mlplan-meka Show documentation
This project provides an implementation of the AutoML tool ML-Plan for MEKA.
{
"repository" : "meka.classifiers.multilabel.meta.EnsembleML",
"include" : [ ],
"components" : [ {
"name" : "meka.classifiers.multilabel.meta.EnsembleML",
"providedInterface" : [ "MLClassifier", "MetaMLClassifier", "ProblemTransformationMethod" ],
"requiredInterface" : [ {
"id" : "W",
"name" : "BasicMLClassifier"
} ],
"parameters" : [ {
"comment" : "Sets the number of models (default 10)",
"name" : "I",
"type" : "int",
"default" : 10,
"min" : 10,
"max" : 50,
"refineSplits" : 4,
"minInterval" : 1
}, {
"name" : "P",
"comment" : "Size of each bag, as a percentage of total training size (default 67)",
"type" : "int",
"default" : 67,
"min" : 10,
"max" : 100,
"refineSplits" : 8,
"minInterval" : 5
} ]
} ]
}