public class XGBoost extends hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput> implements hex.tree.PlattScalingHelper.ModelBuilderWithCalibration<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>
| Constructor and Description |
|---|
XGBoost(boolean startup_once) |
XGBoost(XGBoostModel.XGBoostParameters parms) |
XGBoost(XGBoostModel.XGBoostParameters parms,
water.Key<XGBoostModel> key) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
protected boolean |
canLearnFromNAs() |
void |
cv_computeAndSetOptimalParameters(hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>[] cvModelBuilders) |
water.fvec.Frame |
getCalibrationFrame() |
XGBoost |
getModelBuilder() |
boolean |
haveMojo() |
boolean |
havePojo() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
boolean |
isSupervised() |
protected int |
nModelsInParallel(int folds) |
protected water.fvec.Frame |
rebalance(water.fvec.Frame original_fr,
boolean local,
java.lang.String name) |
void |
setCalibrationFrame(water.fvec.Frame f) |
protected hex.tree.xgboost.XGBoost.XGBoostDriver |
trainModelImpl()
Start the XGBoost training Job on an F/J thread.
|
algoName, algos, bulkBuildModels, checkDistributions, checkMemoryFootPrint_impl, checkMemoryFootPrint, checkResponseVariable, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_mainModelScores, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getName, getSysProperty, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, ignoreUuidColumns, info, init_adaptFrameToTrain, init_getNClass, initWorkspace, isClassifier, isResponseOptional, isStopped, javaName, logMe, make, make, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, nModelsInParallel, numSpecialCols, paramName, remainingTimeSecs, response, schemaDirectory, separateFeatureVecs, setModelBuilderListener, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, trainModelNested, trainModelOnH2ONode, valid, validateStoppingMetric, validationErrors, vresponse, warnpublic XGBoost(XGBoostModel.XGBoostParameters parms)
public XGBoost(XGBoostModel.XGBoostParameters parms, water.Key<XGBoostModel> key)
public XGBoost(boolean startup_once)
public boolean haveMojo()
haveMojo in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public boolean havePojo()
havePojo in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public hex.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public boolean isSupervised()
isSupervised in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>protected int nModelsInParallel(int folds)
nModelsInParallel in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>protected hex.tree.xgboost.XGBoost.XGBoostDriver trainModelImpl()
trainModelImpl in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public void init(boolean expensive)
init in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public XGBoost getModelBuilder()
getModelBuilder in interface hex.tree.PlattScalingHelper.ModelBuilderWithCalibration<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public water.fvec.Frame getCalibrationFrame()
getCalibrationFrame in interface hex.tree.PlattScalingHelper.ModelBuilderWithCalibration<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public void setCalibrationFrame(water.fvec.Frame f)
setCalibrationFrame in interface hex.tree.PlattScalingHelper.ModelBuilderWithCalibration<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>protected boolean canLearnFromNAs()
canLearnFromNAs in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>protected water.fvec.Frame rebalance(water.fvec.Frame original_fr,
boolean local,
java.lang.String name)
rebalance in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>public void cv_computeAndSetOptimalParameters(hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>[] cvModelBuilders)
cv_computeAndSetOptimalParameters in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>