Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10144

Optimize bagging upstream transformer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • 3.0
    • ml
    • None
    • Docs Required

    Description

      For now BaggingUpstreamTransformer makes upstream sequential to make transformation deterministic. Maybe we should do it other way, for example use mapping of the form (entryIdx, en) -> Stream.generate(() -> en).limit(new PoissonDistribution(Well19937c(entryIdx + seed), ...).sample())

      Attachments

        Issue Links

          Activity

            People

              zaleslaw Alexey Zinoviev
              amalykh Artem Malykh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: