spark git commit: [SPARK-14891][ML] Add schema validation for ALS

2016-05-18 Thread mlnick
Repository: spark Updated Branches: refs/heads/master 3d1e67f90 -> e8b79afa0 [SPARK-14891][ML] Add schema validation for ALS This PR adds schema validation to `ml`'s ALS and ALSModel. Currently, no schema validation was performed as `transformSchema` was never called in `ALS.fit` or `ALSMode

spark git commit: [SPARK-14891][ML] Add schema validation for ALS

2016-05-18 Thread mlnick
Repository: spark Updated Branches: refs/heads/branch-2.0 d005f76e6 -> 0da8bce0e [SPARK-14891][ML] Add schema validation for ALS This PR adds schema validation to `ml`'s ALS and ALSModel. Currently, no schema validation was performed as `transformSchema` was never called in `ALS.fit` or `ALS