diff --git a/docs/Changelog-ml.md b/docs/Changelog-ml.md index 1a84d5c0460..0beb74a5022 100644 --- a/docs/Changelog-ml.md +++ b/docs/Changelog-ml.md @@ -1085,9 +1085,9 @@ This version of the operator has been available since version 3 of the 'ai.onnx.
aggregate_function : string (default is SUM)
Defines how to aggregate leaf values within a target.
One of 'AVERAGE,' 'SUM,' 'MIN,' 'MAX.'
base_values : list of floats
-
Base values for classification, added to final class score; the size must be the same as the classes or can be left unassigned (assumed 0)
+
Base values for regression, added to final prediction after applying aggregate_function; the size must be the same as the classes or can be left unassigned (assumed 0)
base_values_as_tensor : tensor
-
Base values for classification, added to final class score; the size must be the same as the classes or can be left unassigned (assumed 0)
+
Base values for regression, added to final prediction after applying aggregate_function; the size must be the same as the classes or can be left unassigned (assumed 0)
n_targets : int
The total number of targets.
nodes_falsenodeids : list of ints
diff --git a/docs/Operators-ml.md b/docs/Operators-ml.md index 17f360d5b56..decdb54b316 100644 --- a/docs/Operators-ml.md +++ b/docs/Operators-ml.md @@ -1038,9 +1038,9 @@ Other versions of this operator: