All Downloads are FREE. Search and download functionalities are using the official Maven repository.

automl.searchmodels.meka.meta.baggingml.json Maven / Gradle / Ivy

Go to download

This project provides an implementation of the AutoML tool ML-Plan for MEKA.

There is a newer version: 0.2.7
Show newest version
{
  "repository" : "meka.classifiers.multilabel.meta.BaggingML",
  "include" : [ ],
  "components" : [ {
    "name" : "meka.classifiers.multilabel.meta.BaggingML",
    "providedInterface" : [ "MLClassifier", "MetaMLClassifier", "ProblemTransformationMethod" ],
    "requiredInterface" : [ {
      "id" : "W",
      "name" : "BasicMLClassifier"
    } ],
    "parameters" : [ {
      "name" : "I",
      "comment" : "Sets the number of models (default 10)",
      "type" : "int",
      "default" : 10,
      "min" : 10,
      "max" : 50,
      "refineSplits" : 8,
      "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
    } ]
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy