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
"keyword searching in csv files in rapidminer"
How we will do keyword searching in csv files in rapidminer?
I want to get the count of number of rows which matches the keyword to words in columns of csv files in rapid miner. How will i get only one column from csv file in rapidminer
I want to get the count of number of rows which matches the keyword to words in columns of csv files in rapid miner. How will i get only one column from csv file in rapidminer
Tagged:
0
Answers
There are several solutions for your problem, hoewever, all of them are independent of whether the data comes from a CSV file or some other data source.
- Try an ExampleFilter with an attribute_value_filter parameter to filter only matching lines.
- Use an AttributeConstruction to set an attribute to 1 if it matches and 0 otherwise. Then use Aggregation to count.
Regarding the question Use an AttributeFilter.
Best,
Simon
unfortunately, your problem description is not precise enough to be any more specific than I was in my first reply. If you have specific questions regarding your application, this forum is probably not the right place to discuss them. I would recommend you to attend one of the introductory data mining courses listed on
http://rapid-i.com/content/view/7/95/lang,en/
In such a course, we can also elaborate on your specific problem.
Best,
Simon