Skip to content

Commit f5736a1

Browse files
committed
Fix docstring
1 parent 5795620 commit f5736a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superannotate/ml/ml_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def run_training(
239239
:type train_data: list of str
240240
:param test_data: test data folders (e.g., "project1/folder1")
241241
:type test_data: list of str
242-
:param hyperparameters: hyperparameters that should be used in training
242+
:param hyperparameters: hyperparameters that should be used in training. If None use defualt hyperparameters for the training.
243243
:type hyperparameters: dict
244244
:param log: If true will log training metrics in the stdout
245245
:type log: boolean

0 commit comments

Comments
 (0)