spark git commit: [SPARK-10317] [CORE] Compatibility between history server script and functionality

2015-10-02 Thread vanzin
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

spark git commit: [HOT-FIX] Fix style.

2015-10-02 Thread yhuai
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

spark git commit: [SPARK-6530] [ML] Add chi-square selector for ml package

2015-10-02 Thread jkbradley
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

spark git commit: [SPARK-5890] [ML] Add feature discretizer

2015-10-02 Thread jkbradley
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

spark git commit: [SPARK-9798] [ML] CrossValidatorModel Documentation Improvements

2015-10-02 Thread jkbradley
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://