diff --git a/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py b/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py index 85657fa..b196c7d 100644 --- a/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py +++ b/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py @@ -226,7 +226,7 @@ def _create_path_len_normalizer(self) -> NodeProto: inputs=[ "expected_path_len", "avg_path_len", - ], # TODO: Can we get these from the nodeproto? + ], outputs=["normalized_path_len"], name="PathLenNormalizer", doc_string="This node normalizes the expected path length by "