Skip to content

Commit 71e5d1e

Browse files
committed
fix: added missing parameter to docstring
1 parent 25bc3ea commit 71e5d1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pystac/extensions/mlm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def create(
12041204
Creates a new Output
12051205
12061206
Args:
1207-
name:Name of the output variable defined by the model. If no explicit name
1207+
name: Name of the output variable defined by the model. If no explicit name
12081208
is defined by the model, an informative name (e.g.: "CLASSIFICATION")
12091209
can be used instead.
12101210
tasks: Specifies the Machine Learning tasks for which the output can be used
@@ -1214,6 +1214,7 @@ def create(
12141214
from one model head. description: Additional details about the output
12151215
such as describing its purpose or expected result that cannot be
12161216
represented by other properties.
1217+
description: Description of output.
12171218
classes: A list of class objects adhering to the Classification Extension.
12181219
post_processing_function: Custom postprocessing function where
12191220
normalization, rescaling, or any other significant operations takes

0 commit comments

Comments
 (0)