spark git commit: [SPARK-20929][ML] LinearSVC should use its own threshold param

2017-06-20 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 8965fe764 -> cc67bd573 [SPARK-20929][ML] LinearSVC should use its own threshold param ## What changes were proposed in this pull request? LinearSVC should use its own threshold param, rather than the shared one, since it applies to

spark git commit: [SPARK-20929][ML] LinearSVC should use its own threshold param

2017-06-20 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.2 8bf7f1eba -> 514a7e6f8 [SPARK-20929][ML] LinearSVC should use its own threshold param ## What changes were proposed in this pull request? LinearSVC should use its own threshold param, rather than the shared one, since it applies to