LLAMA results

All results were produced by using the cross-validation splits in the repository with 10 folds and 1 repetitions.
The best values within a type (i.e., baseline (except for vbs), classif, regr and cluster) and performance measure (i.e., Percentage solved, PAR10, MCP) are colored green. Furthermore, the three best values over all groups within a performance measure are colored pink, the absolute best one is red.

The performance is measured in three different ways.

## Warning in minmax(perf2): no non-missing arguments to max; returning -Inf
algo model succ par10 mcp
baseline vbs 1.000 0.876 0.000
baseline singleBest 1.000 0.856 0.020
baseline singleBestByPar 1.000 0.423 0.452
baseline singleBestBySuccesses 1.000 0.647 0.228
classif rpart 1.000 0.837 0.038
classif randomForest 1.000 0.850 0.025
classif ksvm 1.000 0.841 0.034
cluster XMeans 1.000 0.849 0.026
regr lm 1.000 0.678 0.198
regr rpart 1.000 0.840 0.035
regr randomForest 1.000 0.845 0.030

The following default feature steps were used for model building:

ALL

Number of presolved instances: 0

The cost for using the feature steps (adapted for presolving) is: 0 or on average: NA

The feature steps correspond to the following 103 / 103 instance features:

MeanAttributeEntropy, NaiveBayesAdwin.warnings, NoiseToSignalRatio, NumberOfNumericFeatures, NumberOfBinaryFeatures,
DecisionStumpKappa, Quartile3SkewnessOfNumericAtts, NumberOfMissingValues, J48.001.ErrRate, HoeffdingAdwin.changes,
PercentageOfNumericFeatures, MeanSkewnessOfNumericAtts, MinStdDevOfNumericAtts, NaiveBayesErrRate, MinMutualInformation,
MajorityClassPercentage, NumberOfSymbolicFeatures, J48.00001.ErrRate, MaxNominalAttDistinctValues, PercentageOfMissingValues,
MinKurtosisOfNumericAtts, MaxKurtosisOfNumericAtts, EquivalentNumberOfAtts, DecisionStumpErrRate, RandomTreeDepth3ErrRate,
MaxStdDevOfNumericAtts, NaiveBayesAdwin.changes, Quartile3AttributeEntropy, MeanKurtosisOfNumericAtts, MinorityClassPerentage,
J48.00001.Kappa, REPTreeDepth2ErrRate, Quartile2KurtosisOfNumericAtts, REPTreeDepth3AUC, RandomTreeDepth2ErrRate,
Quartile1AttributeEntropy, MeanMeansOfNumericAtts, MeanStdDevOfNumericAtts, REPTreeDepth1Kappa, Dimensionality,
REPTreeDepth2AUC, MinAttributeEntropy, NaiveBayesDdm.changes, MinNominalAttDistinctValues, MinorityClassSize,
Quartile2AttributeEntropy, Quartile1SkewnessOfNumericAtts, Quartile3StdDevOfNumericAtts, Quartile1MutualInformation, Quartile2SkewnessOfNumericAtts,
MajorityClassSize, REPTreeDepth3ErrRate, MaxAttributeEntropy, RandomTreeDepth2Kappa, HoeffdingDDM.changes,
Quartile3KurtosisOfNumericAtts, NaiveBayesKappa, HoeffdingDDM.warnings, Quartile2StdDevOfNumericAtts, MeanNominalAttDistinctValues,
REPTreeDepth1ErrRate, MaxMeansOfNumericAtts, NumberOfInstances, RandomTreeDepth1Kappa, J48.001.AUC,
MaxSkewnessOfNumericAtts, J48.0001.AUC, RandomTreeDepth3AUC, MeanMutualInformation, RandomTreeDepth1ErrRate,
RandomTreeDepth2AUC, MinMeansOfNumericAtts, PercentageOfBinaryFeatures, NumberOfFeatures, NaiveBayesAUC,
DefaultAccuracy, NaiveBayesDdm.warnings, Quartile3MeansOfNumericAtts, REPTreeDepth1AUC, MaxMutualInformation,
HoeffdingAdwin.warnings, RandomTreeDepth1AUC, J48.0001.Kappa, Quartile1MeansOfNumericAtts, RandomTreeDepth3Kappa,
Quartile1StdDevOfNumericAtts, REPTreeDepth2Kappa, Quartile2MeansOfNumericAtts, J48.00001.AUC, Quartile2MutualInformation,
J48.001.Kappa, PercentageOfInstancesWithMissingValues, NumberOfClasses, StdvNominalAttDistinctValues, ClassEntropy,
Quartile1KurtosisOfNumericAtts, Quartile3MutualInformation, MinSkewnessOfNumericAtts, PercentageOfSymbolicFeatures, J48.0001.ErrRate,
NumberOfInstancesWithMissingValues, REPTreeDepth3Kappa, DecisionStumpAUC

Algorithm and Feature Subset Selection

In order to get a better insight of the scenarios, forward selections have been applied to the solvers and features to determine whether small subsets achieve comparable performances. Following this approach, we reduced the number of solvers from 30 to 1, resulting in a PAR10 score of 0.423 for the reduced model. Analogously, the model that was generated based on 1 of the originally 101 features resulted in a PAR10 score of 0.830. Below, you can find the list of the selected features and solvers:

Selected Features:
MinorityClassSize

Selected Solvers:
X2893_weka.OLM