public static class InfogramModel.InfogramParameters
extends hex.Model.Parameters
| Modifier and Type | Class and Description |
|---|---|
static class |
InfogramModel.InfogramParameters.Algorithm |
| Modifier and Type | Field and Description |
|---|---|
InfogramModel.InfogramParameters.Algorithm |
_algorithm |
java.lang.String |
_algorithm_params |
double |
_cmi_threshold |
boolean |
_compute_p_values |
double |
_data_fraction |
hex.Model.Parameters |
_infogram_algorithm_parameters |
double |
_net_information_threshold |
int |
_nparallelism |
java.lang.String[] |
_protected_columns |
double |
_relevance_index_threshold |
double |
_relevance_threshold |
double |
_safety_index_threshold |
int |
_top_n_features |
double |
_total_information_threshold |
_auc_type, _auto_rebalance, _auuc_nbins, _auuc_type, _balance_classes, _categorical_encoding, _check_constant_response, _checkpoint, _class_sampling_factors, _custom_distribution_func, _custom_metric_func, _cv_fold, _distribution, _export_checkpoints_dir, _fold_assignment, _fold_column, _gainslift_bins, _huber_alpha, _ignore_const_cols, _ignored_columns, _is_cv_model, _keep_cross_validation_fold_assignment, _keep_cross_validation_models, _keep_cross_validation_predictions, _keep_cross_validation_predictions_precision, _main_model_time_budget_factor, _max_after_balance_size, _max_categorical_levels, _max_confusion_matrix_size, _max_runtime_secs, _nfolds, _offset_column, _parallelize_cross_validation, _preprocessors, _pretrained_autoencoder, _quantile_alpha, _response_column, _score_each_iteration, _seed, _stopping_metric, _stopping_rounds, _stopping_tolerance, _train, _treatment_column, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS| Constructor and Description |
|---|
InfogramParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
algoName() |
void |
copyInfoGramParams(java.util.List<java.lang.String> excludeList) |
void |
extraModelSpecificParams()
This method performs the following functions:
1.
|
java.lang.String |
fullName() |
java.lang.String |
javaName() |
long |
progressUnits() |
checksum, checksum, defaultDropConsCols, defaultStoppingTolerance, getCategoricalEncoding, getDependentKeys, getDistributionFamily, getFoldColumn, getMaxCategoricalLevels, getNonPredictors, getOffsetColumn, getOrMakeRealSeed, getResponseColumn, getTreatmentColumn, getUsedColumns, getWeightsColumn, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, setDistributionFamily, setTrain, train, validpublic InfogramModel.InfogramParameters.Algorithm _algorithm
public java.lang.String _algorithm_params
public java.lang.String[] _protected_columns
public double _cmi_threshold
public double _relevance_threshold
public double _total_information_threshold
public double _net_information_threshold
public double _safety_index_threshold
public double _relevance_index_threshold
public double _data_fraction
public hex.Model.Parameters _infogram_algorithm_parameters
public int _top_n_features
public boolean _compute_p_values
public int _nparallelism
public java.lang.String algoName()
algoName in class hex.Model.Parameterspublic java.lang.String fullName()
fullName in class hex.Model.Parameterspublic java.lang.String javaName()
javaName in class hex.Model.Parameterspublic long progressUnits()
progressUnits in class hex.Model.Parameterspublic void extraModelSpecificParams()
public void copyInfoGramParams(java.util.List<java.lang.String> excludeList)