Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed May 11, 2020
1 parent e5c01ef commit 5f7c160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/ml/tests/test_training_summary.py
Expand Up @@ -21,7 +21,7 @@
if sys.version > '3':
basestring = str

from pyspark.ml.classification import LogisticRegression, BinaryLogisticRegressionSummary, \
from pyspark.ml.classification import BinaryLogisticRegressionSummary, LogisticRegression, \
LogisticRegressionSummary
from pyspark.ml.clustering import BisectingKMeans, GaussianMixture, KMeans
from pyspark.ml.linalg import Vectors
Expand Down

0 comments on commit 5f7c160

Please sign in to comment.