From c17f971839816e68f8abe2c8eb4e4db47c57ab67 Mon Sep 17 00:00:00 2001 From: Zheng RuiFeng Date: Tue, 4 Oct 2016 06:54:48 -0700 Subject: [SPARK-17744][ML] Parity check between the ml and mllib test suites for NB ## What changes were proposed in this pull request? 1,parity check and add missing test suites for ml's NB 2,remove some unused imports ## How was this patch tested? manual tests in spark-shell Author: Zheng RuiFeng Closes #15312 from zhengruifeng/nb_test_parity. --- python/pyspark/ml/classification.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/pyspark/ml/classification.py b/python/pyspark/ml/classification.py index 505e7bffd1..ea60fab029 100644 --- a/python/pyspark/ml/classification.py +++ b/python/pyspark/ml/classification.py @@ -16,7 +16,6 @@ # import operator -import warnings from pyspark import since, keyword_only from pyspark.ml import Estimator, Model -- cgit v1.2.3