aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/ml/random_forest_regressor_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/python/ml/random_forest_regressor_example.py')
-rw-r--r--examples/src/main/python/ml/random_forest_regressor_example.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/src/main/python/ml/random_forest_regressor_example.py b/examples/src/main/python/ml/random_forest_regressor_example.py
index b59c7c9414..b77014f379 100644
--- a/examples/src/main/python/ml/random_forest_regressor_example.py
+++ b/examples/src/main/python/ml/random_forest_regressor_example.py
@@ -20,8 +20,6 @@ Random Forest Regressor Example.
"""
from __future__ import print_function
-import sys
-
from pyspark import SparkContext, SQLContext
# $example on$
from pyspark.ml import Pipeline