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

BinaryClassificationMetrics optimization

    XMLWordPrintableJSON

Details

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

    Description

      BinaryClassificationMetrics tend to fail when grouping=count/numBins is too large, due to `Iterator.grouped(size: Int)` need to maintain a arraybuffer of size iterms, however, in BinaryClassificationMetrics we do not need to maintain such a big array;

      Attachments

        Issue Links

          Activity

            People

              podongfeng Ruifeng Zheng
              podongfeng Ruifeng Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: