Skip to content

Commit fe7bab3

Browse files
committed
undo unnecessary docstring change
1 parent 9e9a3be commit fe7bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/mxnet/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, entry_point, source_dir=None, hyperparameters=None, py_versio
5353
source_dir (str): Path (absolute or relative) to a directory with any other training
5454
source code dependencies aside from tne entry point file (default: None). Structure within this
5555
directory are preserved when training on Amazon SageMaker.
56-
hyperparameters (dict): Hyperparameters that will be used for training (default: {}).
56+
hyperparameters (dict): Hyperparameters that will be used for training (default: None).
5757
The hyperparameters are made accessible as a dict[str, str] to the training code on SageMaker.
5858
For convenience, this accepts other types for keys and values, but ``str()`` will be called
5959
to convert them before training.

0 commit comments

Comments
 (0)