Class HistGradientBoostingUtil

java.lang.Object
sklearn.ensemble.hist_gradient_boosting.HistGradientBoostingUtil

public class HistGradientBoostingUtil extends Object
  • Method Details

    • encodeHistGradientBoosting

      public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<List<TreePredictor>> predictors, BinMapper binMapper, List<? extends Number> baselinePredictions, int column, org.jpmml.converter.Schema schema)
    • encodeHistGradientBoosting

      public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)