public class XGBoost extends hex.ModelBuilder<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() |
void |
cv_computeAndSetOptimalParameters(hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>[] cvModelBuilders) |
static byte[] |
getRawArray(ml.dmlc.xgboost4j.java.Booster booster) |
boolean |
haveMojo() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
boolean |
isSupervised() |
protected int |
nModelsInParallel() |
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_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getSysProperty, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, haveMojo, havePojo, havePojo, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, ignoreUuidColumns, info, init_adaptFrameToTrain, isClassifier, isStopped, javaName, logMe, make, message, nclasses, nFoldCV, nFoldWork, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, trainModelNested, trainModelOnH2ONode, valid, 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 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()
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 static byte[] getRawArray(ml.dmlc.xgboost4j.java.Booster booster)
public void cv_computeAndSetOptimalParameters(hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>[] cvModelBuilders)
cv_computeAndSetOptimalParameters in class hex.ModelBuilder<XGBoostModel,XGBoostModel.XGBoostParameters,XGBoostOutput>