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