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

Elastic Net gives inconsistent results with grouping

    XMLWordPrintableJSON

Details

    Description

      Elastic net train seems to be giving incorrect results when used with grouping.

      Steps:

      • Run elastic net (train) on a table and obtain a model (M1).
      • Create a new table with all rows in the original input table and assign group value 1 for it.
      • Replicate the rows in the table and assign group value 2 for the replicated rows.
      • Run the elastic net train function with grouping while keeping the same optimization parameters for the function.

      Result:

      • The model (for each group) when run with grouping is different from the model M1.
      • The model for both the groups is the same, but not same as M1.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              njayaram Nandish Jayaram
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: