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

[ML] DecisionTree works incorrectly if maxDeep > amount of features

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • ml
    • None
    • Docs Required, Release Notes Required

    Description

      We have a problem in two places: 

      null nodes could be created here MeanDecisionTreeLeafBuilder.createLeafNode method in the row return aa != null ? new DecisionTreeLeafNode(aa[0]) : null;

      Probably, this situation is arising then the amount of features is smaller than maxDeep

      Attachments

        Issue Links

          Activity

            People

              zaleslaw Alexey Zinoviev
              zaleslaw Alexey Zinoviev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: