Class MLPlan4ScikitLearnRegressionCLIModule

    • Constructor Detail

      • MLPlan4ScikitLearnRegressionCLIModule

        public MLPlan4ScikitLearnRegressionCLIModule()
    • 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:
        getMLPlanBuilderForSetting in interface IMLPlanCLIModule
        Throws:
        java.io.IOException
      • getRunReportAsString

        public java.lang.String getRunReportAsString​(org.api4.java.ai.ml.core.learner.ISupervisedLearner learner,
                                                     org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport runReport)
        Specified by:
        getRunReportAsString in interface IMLPlanCLIModule