Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-15457

Eliminate MLlib 2.0 build warnings from deprecations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • ML, MLlib
    • None

    Description

      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.)

      Attachments

        Issue Links

          Activity

            People

              josephkb Joseph K. Bradley
              josephkb Joseph K. Bradley
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: