Skip to content

Commit 197548c

Browse files
committed
fix docstyle
1 parent a175112 commit 197548c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/sklearn/processing.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
1313
"""This module contains code related to SKLearn Processors which are used for Processing jobs.
14+
1415
These jobs let customers perform data pre-processing, post-processing, feature engineering,
1516
data validation, and model evaluation and interpretation on SageMaker.
1617
"""
@@ -42,6 +43,7 @@ def __init__(
4243
network_config=None,
4344
):
4445
"""Initialize an ``SKLearnProcessor`` instance.
46+
4547
The SKLearnProcessor handles Amazon SageMaker processing tasks for jobs using scikit-learn.
4648
Args:
4749
framework_version (str): The version of scikit-learn.

0 commit comments

Comments
 (0)