Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-1262

Error for elastic net when the group column contains no-numeric characters

    XMLWordPrintableJSON

Details

    Description

      Minor error for elastic net when the group column contains no-numeric characters.

      It can be fixed by changing the below code in elastic_net_generate_result.py

          grouping_info = "\'"+ '\',\''.join([str(res[grp_col.strip()])
                                            for grp_col in grouping_str1.split(',')
                                            if grp_col.strip() in res.keys()]) + "\',"
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            fmcquillan Frank McQuillan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: