public class XGBoostOutput
extends hex.Model.Output
implements hex.Model.GetNTrees, hex.tree.PlattScalingHelper.OutputWithCalibration
| Modifier and Type | Field and Description |
|---|---|
hex.glm.GLMModel |
_calib_model |
water.util.TwoDimTable |
_native_parameters |
int |
_ntrees |
hex.ScoreKeeper[] |
_scored_train |
hex.ScoreKeeper[] |
_scored_valid |
boolean |
_sparse |
long[] |
_training_time_ms |
water.util.TwoDimTable |
_variable_importances |
water.util.TwoDimTable |
_variable_importances_cover |
water.util.TwoDimTable |
_variable_importances_frequency |
XgbVarImp |
_varimp |
_column_types, _cross_validation_fold_assignment_frame_id, _cross_validation_holdout_predictions_frame_id, _cross_validation_metrics, _cross_validation_metrics_summary, _cross_validation_models, _cross_validation_predictions, _cv_scoring_history, _defaultThreshold, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasTreatment, _hasWeights, _isSupervised, _job, _model_summary, _modelClassDist, _names, _orig_projection_array, _origDomains, _origNames, _priorClassDist, _reproducibility_information_table, _run_time, _scoring_history, _start_time, _total_run_time, _training_metrics, _validation_metrics| Constructor and Description |
|---|
XGBoostOutput(XGBoost b) |
| Modifier and Type | Method and Description |
|---|---|
hex.glm.GLMModel |
calibrationModel() |
water.util.TwoDimTable |
createInputFramesInformationTable(hex.ModelBuilder modelBuilder) |
int |
getInformationTableNumRows() |
int |
getNTrees() |
water.util.TwoDimTable |
getVariableImportances() |
hex.ScoreKeeper[] |
scoreKeepers() |
checksum_impl, classNames, clearModelMetrics, defaultThreshold, features, foldIdx, foldName, getModelCategory, getModelMetrics, hasFold, hasOffset, hasResponse, hasTreatment, hasWeights, interactionBuilder, isAutoencoder, isBinomialClassifier, isClassifier, isMultinomialClassifier, isSupervised, nclasses, nfeatures, offsetIdx, offsetName, printTwoDimTables, resetThreshold, responseIdx, responseName, setNames, setNames, startClock, stopClock, toString, treatmentIdx, weightsIdx, weightsNameasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic boolean _sparse
public int _ntrees
public hex.ScoreKeeper[] _scored_train
public hex.ScoreKeeper[] _scored_valid
public long[] _training_time_ms
public water.util.TwoDimTable _variable_importances
public water.util.TwoDimTable _variable_importances_cover
public water.util.TwoDimTable _variable_importances_frequency
public XgbVarImp _varimp
public water.util.TwoDimTable _native_parameters
public hex.glm.GLMModel _calib_model
public XGBoostOutput(XGBoost b)
public hex.ScoreKeeper[] scoreKeepers()
public water.util.TwoDimTable getVariableImportances()
getVariableImportances in class hex.Model.Outputpublic water.util.TwoDimTable createInputFramesInformationTable(hex.ModelBuilder modelBuilder)
createInputFramesInformationTable in class hex.Model.Outputpublic int getInformationTableNumRows()
getInformationTableNumRows in class hex.Model.Outputpublic int getNTrees()
getNTrees in interface hex.Model.GetNTreespublic hex.glm.GLMModel calibrationModel()
calibrationModel in interface hex.tree.PlattScalingHelper.OutputWithCalibration