| H2OInfogram-class {h2o} | R Documentation |
H2OInfogram class
Description
H2OInfogram class contains a subset of what a normal H2OModel will return
Slots
model_idstring returned as part of every
H2OModelalgorithmstring denoting the algorithm used to build infogram
admissible_featuresstring array denoting all predictor names which pass the cmi and relelvance threshold
admissible_features_validstring array denoting all predictor names which pass the cmi and relelvance threshold from validation frame
admissible_features_xvalstring array denoting all predictor names which pass the cmi and relelvance threshold from cv holdout set
net_information_thresholdnumeric value denoting threshold used for predictor selection
total_information_thresholdnumeric value denoting threshold used for predictor selection
safety_index_thresholdnumeric value denoting threshold used for predictor selection
relevance_index_thresholdnumeric value denoting threshold used for predictor selection
admissible_scoreH2OFramethat contains columns, admissible, admissible_index, relevance, cmi, cmi_rawadmissible_score_validH2OFramethat contains columns, admissible, admissible_index, relevance, cmi, cmi_raw from validation frameadmissible_score_xvalH2OFramethat contains averages of columns, admissible, admissible_index, relevance, cmi, cmi_raw from cv hold-out