Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/21 16:07:45 (3 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs

    r17226 r18086  
    281281            new AccuracyMaximizationThresholdCalculator());
    282282          var classificationProblemData = new ClassificationProblemData(problemData.Dataset,
    283             problemData.AllowedInputVariables, problemData.TargetVariable, problemData.Transformations);
     283            problemData.AllowedInputVariables, problemData.TargetVariable, transformations: problemData.Transformations);
    284284          classificationProblemData.TrainingPartition.Start = Problem.ProblemData.TrainingPartition.Start;
    285285          classificationProblemData.TrainingPartition.End = Problem.ProblemData.TrainingPartition.End;
Note: See TracChangeset for help on using the changeset viewer.