aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/ml/estimator_transformer_param_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/python/ml/estimator_transformer_param_example.py')
-rw-r--r--examples/src/main/python/ml/estimator_transformer_param_example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/python/ml/estimator_transformer_param_example.py b/examples/src/main/python/ml/estimator_transformer_param_example.py
index 0fcae0e3fc..3bd3fd30f8 100644
--- a/examples/src/main/python/ml/estimator_transformer_param_example.py
+++ b/examples/src/main/python/ml/estimator_transformer_param_example.py
@@ -20,7 +20,7 @@ Estimator Transformer Param Example.
"""
# $example on$
-from pyspark.mllib.linalg import Vectors
+from pyspark.ml.linalg import Vectors
from pyspark.ml.classification import LogisticRegression
# $example off$
from pyspark.sql import SparkSession