We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade614b commit fc49d30Copy full SHA for fc49d30
examples/src/main/python/ml/simple_params_example.py
@@ -23,7 +23,7 @@
23
from pyspark.ml.classification import LogisticRegression
24
from pyspark.mllib.linalg import DenseVector
25
from pyspark.mllib.regression import LabeledPoint
26
-from pyspark.sql import Row, SparkSession
+from pyspark.sql import SparkSession
27
28
"""
29
A simple example demonstrating ways to specify parameters for Estimators and Transformers.
0 commit comments