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

MultivariateOnlineSummarizer for weighted instances

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 1.5.0
    • None
    • MLlib

    Description

      MultivariateOnlineSummarizer for weighted instances is implemented as private API for SPARK-7685.

      In SPARK-7685, the online numerical stable version of unbiased estimation of variance defined by the reliability weights: [https://en.wikipedia.org/wiki/Weighted_arithmetic_mean#Reliability_weights] is implemented, but we would like to make it as public api since there are different use-cases.

      Currently, `count` will return the actual number of instances, and ignores instance weights, but `numNonzeros` will return the weighted # of nonzeros.

      We need to decide the behavior of them before making it public.

      Attachments

        Activity

          People

            dbtsai DB Tsai
            dbtsai DB Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: