Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[Solved]Regular Expression in FIlter Example
aryan_hosseinza
Member Posts: 74 Contributor II
Hi every,
I have a dataset with an attribute with values d_[number], i_[number] , p_[number],
I'd like to know how I can use regular expression in filtering examples, and how I can parse numbers out of values of an attribute,
So I will be able to filter those examples which start with d_ and parse the number in this value,
I'd be happy if you could help me,
Thanks ,
Arian
I have a dataset with an attribute with values d_[number], i_[number] , p_[number],
I'd like to know how I can use regular expression in filtering examples, and how I can parse numbers out of values of an attribute,
So I will be able to filter those examples which start with d_ and parse the number in this value,
I'd be happy if you could help me,
Thanks ,
Arian
0
Answers
here you go! The first two operators are just to prepare the data.
Best, Marius
It's solved