Uploaded image for project: 'Machine Learning Library'
  1. Machine Learning Library
  2. ML-254

Ensemble.ecl has a typo

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      depCntSort := SORT(depCnt, group_id, node_id, cnt);

      This line sorts the depCnt dataset and in the next line tries to extract the majority votes for a particular class.

      But, since we are doing a majority poll, the line should have been

      depCntSort := SORT(depCnt, group_id, node_id, -cnt);

      Attachments

        Activity

          People

            dabayliss David Bayliss
            vivekaxl Vivek Nair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: