Uses of Interface
lightgbm.sklearn.HasBooster
-
-
Uses of HasBooster in lightgbm.sklearn
Classes in lightgbm.sklearn that implement HasBooster Modifier and Type Class Description classLGBMClassifierclassLGBMRegressorMethods in lightgbm.sklearn with type parameters of type HasBooster Modifier and Type Method Description static <E extends Estimator & HasBooster & org.jpmml.lightgbm.HasLightGBMOptions>
org.dmg.pmml.mining.MiningModelBoosterUtil. encodeModel(E estimator, org.jpmml.converter.Schema schema)static <E extends Estimator & HasBooster>
intBoosterUtil. getNumberOfFeatures(E estimator)static <E extends Estimator & HasBooster>
org.jpmml.lightgbm.ObjectiveFunctionBoosterUtil. getObjectiveFunction(E estimator)
-