Class HistGradientBoostingClassifier

    • Constructor Detail

      • HistGradientBoostingClassifier

        public HistGradientBoostingClassifier​(String module,
                                              String name)
    • Method Detail

      • encodeModel

        public org.dmg.pmml.mining.MiningModel encodeModel​(org.jpmml.converter.Schema schema)
        Specified by:
        encodeModel in class Estimator
      • getBaselinePrediction

        public List<Number> getBaselinePrediction()
      • getBinMapper

        public BinMapper getBinMapper()
      • getLoss

        public org.jpmml.python.PythonObject getLoss()
      • getNumberOfTreesPerIteration

        public Integer getNumberOfTreesPerIteration()