The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Filter Examples Operator

spssspssspssspss Member Posts: 1 Learner III
edited November 2018 in Help
Can we use parentheses to filter the data set as the example below, or how can i filter a data set with filter examples operator, what's my sytax error.

(product_category=Toys || product_category=Movies) && single_price>40

Answers

  • earmijoearmijo Member Posts: 271 Unicorn
    I may be wrong, but I think in RM you can only filter based on the value of a single variable (which I agree it's a limitation). You can always add another filter right after the first one.
  • frasfras Member Posts: 93 Contributor II
    In RapidMiner Studio (V6) there is a more intuitive  FilterExamples-Operator if you choose "custom_filters" (default).
    I assume you would like to use "expression". If you provide a process xml ( using generate Up Selling Data e.g.) we could track better.
Sign In or Register to comment.