Skip to content

missing_value_apply

knime2py.nodes.missing_value_apply

Missing Value (Apply) node handler.

This node consumes a Missing Value model (produced by the learner node) and applies the stored strategies to a new dataset.

get_name()

Return name of the node in KNIME workflow.

Source code in src/knime2py/nodes/missing_value_apply.py
256
257
258
def get_name() -> str:
    """Return name of the node in KNIME workflow."""
    return "Missing Value _Apply_"