Repository: spark
Updated Branches:
refs/heads/master b0baa11d3 -> f85aa0646
[SPARK-10317] [CORE] Compatibility between history server script and
functionality
Compatibility between history server script and functionality
The history server has its argument parsing class in HistoryServerArgu
Repository: spark
Updated Branches:
refs/heads/master 633aaae0a -> b0baa11d3
[HOT-FIX] Fix style.
https://github.com/apache/spark/pull/8882 broke our build.
Author: Yin Huai
Closes #8964 from yhuai/fixStyle.
Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip
Repository: spark
Updated Branches:
refs/heads/master 23a9448c0 -> 633aaae0a
[SPARK-6530] [ML] Add chi-square selector for ml package
See JIRA [here](https://issues.apache.org/jira/browse/SPARK-6530).
Author: Xusen Yin
Closes #5742 from yinxusen/SPARK-6530.
Project: http://git-wip-us.apac
Repository: spark
Updated Branches:
refs/heads/master 2a717821b -> 23a9448c0
[SPARK-5890] [ML] Add feature discretizer
JIRA issue [here](https://issues.apache.org/jira/browse/SPARK-5890).
I borrow the code of `findSplits` from `RandomForest`. I don't think it's good
to call it from `RandomFo
Repository: spark
Updated Branches:
refs/heads/master 2272962eb -> 2a717821b
[SPARK-9798] [ML] CrossValidatorModel Documentation Improvements
Document CrossValidatorModel members: bestModel and avgMetrics
Author: Rerngvit Yanggratoke
Closes #8882 from rerngvit/Spark-9798.
Project: http://