spark git commit: [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModel

2015-02-06 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 93fee7b90 - 6fda4c136 [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModel `LogisticRegressionModel`'s `predictPoint` should directly use broadcasted weights. This pr also fixes the compilation errors of two unit

spark git commit: [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModel

2015-02-06 Thread meng
Repository: spark Updated Branches: refs/heads/master 0d74bd7fd - 80f3bcb58 [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModel `LogisticRegressionModel`'s `predictPoint` should directly use broadcasted weights. This pr also fixes the compilation errors of two unit test