spark git commit: [MINOR][SQL] remove unuse import class

2017-09-11 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4bab8f599 -> dc74c0e67 [MINOR][SQL] remove unuse import class ## What changes were proposed in this pull request? this PR describe remove the import class that are unused. ## How was this patch tested? N/A Author: caoxuewen

spark git commit: [SPARK-21856] Add probability and rawPrediction to MLPC for Python

2017-09-11 Thread yliang
Repository: spark Updated Branches: refs/heads/master 828fab035 -> 4bab8f599 [SPARK-21856] Add probability and rawPrediction to MLPC for Python Probability and rawPrediction has been added to MultilayerPerceptronClassifier for Python Add unit test. Author: Chunsheng Ji