aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-05-26 14:25:28 -0700
committerJoseph K. Bradley <joseph@databricks.com>2016-05-26 14:25:28 -0700
commitb0a03feef2cf4daa7642ec7f4dc479dbd473b581 (patch)
tree0d974e9a1badbe412a02c7bae91da2f3e98c2666 /sql
parent0f61d6efb45b9ee94fa663f67c4489fbdae2eded (diff)
downloadspark-b0a03feef2cf4daa7642ec7f4dc479dbd473b581.tar.gz
spark-b0a03feef2cf4daa7642ec7f4dc479dbd473b581.tar.bz2
spark-b0a03feef2cf4daa7642ec7f4dc479dbd473b581.zip
[SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecations
## What changes were proposed in this pull request? Several classes and methods have been deprecated and are creating lots of build warnings in branch-2.0. This issue is to identify and fix those items: * WithSGD classes: Change to make class not deprecated, object deprecated, and public class constructor deprecated. Any public use will require a deprecated API. We need to keep a non-deprecated private API since we cannot eliminate certain uses: Python API, streaming algs, and examples. * Use in PythonMLlibAPI: Change to using private constructors * Streaming algs: No warnings after we un-deprecate the classes * Examples: Deprecate or change ones which use deprecated APIs * MulticlassMetrics fields (precision, etc.) * LinearRegressionSummary.model field ## How was this patch tested? Existing tests. Checked for warnings manually. Author: Sean Owen <sowen@cloudera.com> Author: Joseph K. Bradley <joseph@databricks.com> Closes #13314 from jkbradley/warning-cleanups.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions