Uses of Class
ml.dmlc.xgboost4j.java.Booster
Packages that use Booster
-
Uses of Booster in ml.dmlc.xgboost4j.java
Methods in ml.dmlc.xgboost4j.java that return BoosterModifier and TypeMethodDescriptionExternalCheckpointManager.loadCheckpointAsBooster()Read the checkpoint from the checkpoint path.static BoosterXGBoost.loadModel(byte[] buffer) Load a new Booster model from a byte array buffer.static BoosterXGBoost.loadModel(InputStream in) Load a new Booster model from a file opened as input stream.static Boosterload model from modelPathstatic BoosterXGBoost.train(DMatrix dtrain, Map<String, Object> params, int round, Map<String, DMatrix> watches, float[][] metrics, IObjective obj, IEvaluation eval, int earlyStoppingRound) Train a booster given parameters.static BoosterXGBoost.train(DMatrix dtrain, Map<String, Object> params, int round, Map<String, DMatrix> watches, float[][] metrics, IObjective obj, IEvaluation eval, int earlyStoppingRounds, Booster booster) Train a booster given parameters.static BoosterXGBoost.train(DMatrix dtrain, Map<String, Object> params, int round, Map<String, DMatrix> watches, IObjective obj, IEvaluation eval) Train a booster given parameters.static BoosterXGBoost.trainAndSaveCheckpoint(DMatrix dtrain, Map<String, Object> params, int numRounds, Map<String, DMatrix> watches, float[][] metrics, IObjective obj, IEvaluation eval, int earlyStoppingRounds, Booster booster, int checkpointInterval, String checkpointPath, org.apache.hadoop.fs.FileSystem fs) Methods in ml.dmlc.xgboost4j.java with parameters of type BoosterModifier and TypeMethodDescriptionstatic BoosterXGBoost.train(DMatrix dtrain, Map<String, Object> params, int round, Map<String, DMatrix> watches, float[][] metrics, IObjective obj, IEvaluation eval, int earlyStoppingRounds, Booster booster) Train a booster given parameters.static BoosterXGBoost.trainAndSaveCheckpoint(DMatrix dtrain, Map<String, Object> params, int numRounds, Map<String, DMatrix> watches, float[][] metrics, IObjective obj, IEvaluation eval, int earlyStoppingRounds, Booster booster, int checkpointInterval, String checkpointPath, org.apache.hadoop.fs.FileSystem fs) voidExternalCheckpointManager.updateCheckpoint(Booster boosterToCheckpoint) This method updates the booster checkpoint to the the latest or current version and deleted all the previous versions of the checkpoint.