Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19071 Optimizations for ML Pipeline Tuning
  3. SPARK-19357

Parallel Model Evaluation for ML Tuning: Scala

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • ML
    • None

    Description

      This is a first step of the parent task of Optimizations for ML Pipeline Tuning to perform model evaluation in parallel. A simple approach is to naively evaluate with a possible parameter to control the level of parallelism. There are some concerns with this:

      • excessive caching of datasets
      • what to set as the default value for level of parallelism. 1 will evaluate all models in serial, as is done currently. Higher values could lead to excessive caching.

      Attachments

        1. parallelism-verification-test.pdf
          402 kB
          Bryan Cutler

        Issue Links

          Activity

            People

              bryanc Bryan Cutler
              bryanc Bryan Cutler
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: