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

[ML] SVM throws NPE in case of empty partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5, 2.6
    • 2.7
    • ml
    • None

    Description

      Method calculateUpdates throws NPE in case of empty partitions. Reduce function user in this method doesn't handle correctly empty arguments ((a, b) -> a == null ? b : a.plus(b))).

      We need to fix this reduce function or update Partition Based Dataset so that it doesn't emit empty arguments.

      Attachments

        Issue Links

          Activity

            People

              dmitrievanthony Anton Dmitriev
              dmitrievanthony Anton Dmitriev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: