Skip to content

gbt_pmml_exporter

knime2py.nodes.gbt_pmml_exporter

Gradient Boosted Trees → PMML exporter.

Consumes the bundle emitted by the Gradient Boosting learner and serializes it as a PMML document featuring explicit TreeModel segments (no binary payloads).

get_name()

Return name of the node in KNIME workflow.

Source code in src/knime2py/nodes/gbt_pmml_exporter.py
195
196
197
def get_name() -> str:
    """Return name of the node in KNIME workflow."""
    return "Gradient Boosted Trees to PMML"