public class ModelSelectionModelOutputV3 extends ModelOutputSchemaV3
| Modifier and Type | Field and Description |
|---|---|
ModelKeyV3[] |
bestModelIds
Key of models containing best 1-predictor model, best 2-predictors model, ....
|
java.lang.String[][] |
bestModelPredictors
Best predictor subset names for each subset size.
|
double[] |
bestR2Values
R2 values of all possible predictor subsets.
|
java.lang.String[][] |
coefficientNames
arrays of string arrays containing coefficient names of best 1-predictor model, best 2-predictors model, ....
|
columnTypes, crossValidationFoldAssignmentFrameId, crossValidationHoldoutPredictionsFrameId, crossValidationMetrics, crossValidationMetricsSummary, crossValidationModels, crossValidationPredictions, cvScoringHistory, defaultThreshold, domains, endTime, help, modelCategory, modelSummary, names, originalNames, reproducibilityInformationTable, runTime, scoringHistory, startTime, status, trainingMetrics, validationMetrics| Constructor and Description |
|---|
ModelSelectionModelOutputV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="best_model_predictors") public java.lang.String[][] bestModelPredictors
@SerializedName(value="best_r2_values") public double[] bestR2Values
@SerializedName(value="best_model_ids") public ModelKeyV3[] bestModelIds
@SerializedName(value="coefficient_names") public java.lang.String[][] coefficientNames
public ModelSelectionModelOutputV3()
public java.lang.String toString()
toString in class ModelOutputSchemaV3