Package ai.libs.mlplan.cli.module.slc
Class MLPlan4ScikitLearnClassificationCLIModule
- java.lang.Object
-
- ai.libs.mlplan.cli.module.AMLPlanCLIModule
-
- ai.libs.mlplan.cli.module.slc.AMLPlan4ClassificationCLIModule
-
- ai.libs.mlplan.cli.module.slc.MLPlan4ScikitLearnClassificationCLIModule
-
- All Implemented Interfaces:
IMLPlanCLIModule
public class MLPlan4ScikitLearnClassificationCLIModule extends AMLPlan4ClassificationCLIModule implements IMLPlanCLIModule
-
-
Constructor Summary
Constructors Constructor Description MLPlan4ScikitLearnClassificationCLIModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ai.libs.mlplan.sklearn.builder.MLPlanScikitLearnBuildergetMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset)-
Methods inherited from class ai.libs.mlplan.cli.module.slc.AMLPlan4ClassificationCLIModule
configureLoss, getLabelAttribute, getRunReportAsString
-
Methods inherited from class ai.libs.mlplan.cli.module.AMLPlanCLIModule
getDefaultPerformanceMeasure, getDefaultSettingOptionValue, getPerformanceMeasures, getSettingOptionValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.mlplan.cli.module.IMLPlanCLIModule
getDefaultPerformanceMeasure, getDefaultSettingOptionValue, getPerformanceMeasure, getPerformanceMeasures, getRunReportAsString, getSettingOptionValues
-
-
-
-
Method Detail
-
getMLPlanBuilderForSetting
public ai.libs.mlplan.sklearn.builder.MLPlanScikitLearnBuilder getMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset) throws java.io.IOException- Specified by:
getMLPlanBuilderForSettingin interfaceIMLPlanCLIModule- Throws:
java.io.IOException
-
-