Details

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

    Description

      `Bucketizer` maps a column of continuous features to a column of feature buckets, where the buckets are specified by users.

      val bucketizer = new Bucketizer()
        .setInputCol("age")
        .setBuckets(Array(10, 20, 30, 40, 50))
        .setOutputCol("ageBuckets")
      

      The output feature names should be automatically generated. We need to discuss the behavior if a value falls out the specified bucket range.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: