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

Use matrix abstraction for LogisticRegression coefficients during training

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.0
    • ML
    • None

    Description

      This is a follow up from SPARK-18060. The current code for logistic regression relies on manually indexing flat arrays of column major coefficients, which can be messy and is hard to maintain. We can use a matrix abstraction instead of a flat array to simplify things. This will make the code easier to read and maintain.

      Attachments

        Issue Links

          Activity

            People

              sethah Seth Hendrickson
              sethah Seth Hendrickson
              DB Tsai DB Tsai
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: