public class RuleFitParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
RuleFitModelAlgorithm |
algorithm
The algorithm to use to generate rules.
|
double[] |
lambda
Lambda for LASSO regressor.
|
int |
maxNumRules
The maximum number of rules to return.
|
int |
maxRuleLength
Maximum length of rules.
|
int |
minRuleLength
Minimum length of rules.
|
RuleFitModelModelType |
modelType
Specifies type of base learners in the ensemble.
|
boolean |
removeDuplicates
Whether to remove rules which are identical to an earlier rule.
|
int |
ruleGenerationNtrees
Specifies the number of trees to build in the tree model.
|
long |
seed
Seed for pseudo random number generator (if applicable).
|
aucType, categoricalEncoding, checkpoint, customDistributionFunc, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, gainsliftBins, huberAlpha, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationModels, keepCrossValidationPredictions, maxCategoricalLevels, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, quantileAlpha, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, tweediePower, validationFrame, weightsColumn| Constructor and Description |
|---|
RuleFitParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long seed
public RuleFitModelAlgorithm algorithm
@SerializedName(value="min_rule_length") public int minRuleLength
@SerializedName(value="max_rule_length") public int maxRuleLength
@SerializedName(value="max_num_rules") public int maxNumRules
@SerializedName(value="model_type") public RuleFitModelModelType modelType
@SerializedName(value="rule_generation_ntrees") public int ruleGenerationNtrees
@SerializedName(value="remove_duplicates") public boolean removeDuplicates
public double[] lambda
public java.lang.String toString()
toString in class ModelParametersSchemaV3