public class GBM extends SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>
SharedTree.Driver_initialPrediction, _model, _ncols, _ntrees_nclass, _response, _response_key, _vresponse, _vresponse_key| Constructor and Description |
|---|
GBM(GBMModel.GBMParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
protected hex.VarImp |
doVarImpCalc(boolean scale) |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
protected DTree.DecidedNode |
makeDecided(DTree.UndecidedNode udn,
DHistogram[] hs) |
protected boolean |
outOfBagRow(water.fvec.Chunk[] chks,
int row)
Which rows are in-bag vs out-of-bag for sampling
|
GBMV2 |
schema() |
protected float |
score1(water.fvec.Chunk[] chks,
float[] fs,
int row) |
water.Job<GBMModel> |
trainModel()
Start the GBM training Job on an F/J thread.
|
buildLayer, chk_nids, chk_oobt, chk_resp, chk_tree, chk_work, data_row, doScoringAndSaveModel, printGenerateTrees, vec_nids, vec_resp, vec_treeclearInitState, createModelBuilder, error_count, error, getAlgo, getModelBuilder, getModelBuilderName, getModelBuilders, getModelClass, hide, info, registerModelBuilder, train, valid, validationErrors, warncancel, cancel, cancel2, checksum, dest, done, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, onCancelled, progress, remove_impl, start, update, updatepublic GBM(GBMModel.GBMParameters parms)
public GBMV2 schema()
schema in class hex.ModelBuilder<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>public water.Job<GBMModel> trainModel()
trainModel in class hex.ModelBuilder<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>public void init(boolean expensive)
init in class SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>protected DTree.DecidedNode makeDecided(DTree.UndecidedNode udn, DHistogram[] hs)
makeDecided in class SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>protected boolean outOfBagRow(water.fvec.Chunk[] chks,
int row)
SharedTreeoutOfBagRow in class SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>protected hex.VarImp doVarImpCalc(boolean scale)
doVarImpCalc in class SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>protected float score1(water.fvec.Chunk[] chks,
float[] fs,
int row)
score1 in class SharedTree<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput>