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

spark.ml LDA classes should not expose spark.mllib in APIs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 2.2.0
    • ML
    • None

    Description

      spark.ml.LDAModel exposes dependencies on spark.mllib in 2 methods, but it should not:

      • def oldLocalModel: OldLocalLDAModel
      • def getModel: OldLDAModel

      This task is to deprecate those methods. I recommend creating private[ml] versions of the methods which are used internally in order to avoid deprecation warnings.

      Setting target for 2.2, but I'm OK with getting it into 2.1 if we have time.

      Attachments

        Activity

          People

            sueann Sue Ann Hong
            josephkb Joseph K. Bradley
            Joseph K. Bradley Joseph K. Bradley
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: