Skip to content

Commit afdda85

Browse files
authored
doc: fix typo of argument spelling in linear learner docstrings (#733)
1 parent b15c05a commit afdda85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/amazon/linear_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(self, role, train_instance_count, train_instance_type, predictor_ty
171171
normalize_label (bool): Normalizes the regression label to have a standard deviation of 1.0.
172172
If set for classification, it will be ignored.
173173
unbias_data (bool): If true, features are modified to have mean 0.0.
174-
ubias_label (bool): If true, labels are modified to have mean 0.0.
174+
unbias_label (bool): If true, labels are modified to have mean 0.0.
175175
num_point_for_scaler (int): The number of data points to use for calculating the normalizing and
176176
unbiasing terms.
177177
margin (float): the margin for hinge_loss.

0 commit comments

Comments
 (0)