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

Add compressed method for Matrix class

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0
    • ML
    • None

    Description

      Vectors in Spark have a compressed method which selects either sparse or dense representation by minimizing storage requirements. Matrices should also have this method, which is now explicitly needed in LogisticRegression since we have implemented multiclass regression.

      The compressed method should also give the option to store row major or column major, and if nothing is specified should select the lower storage representation (for sparse).

      Attachments

        Issue Links

          Activity

            People

              sethah Seth Hendrickson
              sethah Seth Hendrickson
              DB Tsai DB Tsai
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: