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

[MLLIB] Use "Long" IDs instead of "Int" in ALS.Rating class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • MLlib
    • None

    Description

      In many big data recommendation applications, the IDs used for "users" and "products" are usually Long type instead of Integer.

      So a Rating class based on Long IDs should be more useful for these applications.
      i.e. case class Rating(val user: Long, val product: Long, val rating: Double)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              j.xu1004 Jia Xu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: