We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c584c commit 6f3f57cCopy full SHA for 6f3f57c
src/sagemaker/sklearn/processing.py
@@ -62,7 +62,7 @@ def __init__(
62
You can find additional parameters for initializing this class at
63
:class:`~sagemaker.processing.FrameworkProcessor`.
64
"""
65
- super(SKLearnProcessor).__init__(
+ super(SKLearnProcessor, self).__init__(
66
estimator_cls=self.estimator_cls,
67
framework_version=framework_version,
68
role=role,
0 commit comments