Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • ML
    • None

    Description

      `PolynomialMapper` takes a vector column and outputs a vector column with polynomial feature mapping.

      val poly = new PolynomialMapper()
        .setInputCol("features")
        .setDegree(2)
        .setOutputCols("polyFeatures")
      

      It should handle the output feature names properly. Maybe we can make a better name for it instead of calling it `PolynomialMapper`.

      Attachments

        Issue Links

          Activity

            People

              yinxusen Xusen Yin
              mengxr Xiangrui Meng
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: