You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/frameworks/sklearn/using_sklearn.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ With Scikit-learn Estimators, you can train and host Scikit-learn models on Amaz
7
7
For information about supported versions of Scikit-learn, see the `AWS documentation <https://docs.aws.amazon.com/sagemaker/latest/dg/sklearn.html>`__.
8
8
We recommend that you use the latest supported version because that's where we focus most of our development efforts.
9
9
10
-
For more information about the framework, see the `Sciket-Learn <https://github.com/scikit-learn/scikit-learn>`_ repository.
10
+
For more information about the framework, see the `Scikit-Learn <https://github.com/scikit-learn/scikit-learn>`_ repository.
11
11
For general information about using the SageMaker Python SDK, see :ref:`overview:Using the SageMaker Python SDK`.
12
12
13
13
.. contents::
@@ -31,7 +31,7 @@ To train a Scikit-learn model by using the SageMaker Python SDK:
31
31
Prepare a Scikit-learn Training Script
32
32
======================================
33
33
34
-
Your Scikit-learn training script must be a Python 3.6 compatible source file.
34
+
Your Scikit-learn training script must be a Python 3.7 compatible source file.
35
35
36
36
The training script is similar to a training script you might run outside of SageMaker, but you
37
37
can access useful properties about the training environment through various environment variables.
@@ -140,7 +140,7 @@ directories ('train' and 'test').
0 commit comments