Uses of Interface
xgboost.sklearn.HasBooster
-
-
Uses of HasBooster in xgboost.sklearn
Classes in xgboost.sklearn that implement HasBooster Modifier and Type Class Description classXGBClassifierclassXGBRegressorMethods in xgboost.sklearn with type parameters of type HasBooster Modifier and Type Method Description static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions>
org.dmg.pmml.mining.MiningModelBoosterUtil. encodeBooster(E estimator, org.jpmml.converter.Schema schema)static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions>
intBoosterUtil. getNumberOfFeatures(E estimator)static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions>
org.jpmml.xgboost.ObjFunctionBoosterUtil. getObjFunction(E estimator)
-