Skip to content

Commit 175e62d

Browse files
committed
fix line too long
1 parent bf3502a commit 175e62d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/amazon/amazon_estimator.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ def fit(
269269
if wait:
270270
self.latest_training_job.wait(logs=logs)
271271

272-
def record_set(self, train, labels=None, channel="train", encrypt=False, distribution="ShardedByS3Key"):
272+
def record_set(self, train, labels=None, channel="train", encrypt=False,
273+
distribution="ShardedByS3Key"):
273274
"""Build a :class:`~RecordSet` from a numpy :class:`~ndarray` matrix and label vector.
274275
275276
For the 2D ``ndarray`` ``train``, each row is converted to a

0 commit comments

Comments
 (0)