Options

Merging categories in a polynomial

scott_reevesscott_reeves Member Posts: 4 Contributor I
edited February 2020 in Help

I am working with a dataset that involves aviation data which is reported by phase of flight.  I sometimes need to convert a dozen possible phases of flight into only 2, climbing and descending.  How do I look at the phase of flight, compare it to a list that shows which are climbing and which are descending and then create a new attribute that is binomial and either climbing or descending?  I know there has to be an operator that will do this but I am striking out in finding it.

 

Thanks

Tagged:

Answers

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist

    Hi,

     

    Replace (Dictionary) is the way to go.

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Options
    scott_reevesscott_reeves Member Posts: 4 Contributor I

    Replace (Dictionary) didn't seem to make sense to me but while researching that I came across the Map operator and that worked perfectly!

     

    Thanks!

Sign In or Register to comment.