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
How to ignore a column?
Legacy User
Member Posts: 0 Newbie
Hi all,
My table is a csv file with columns X1,X2,Y1,Y2, and I would like to fit separately Y1 = f(X1,X2) and then Y2 = f(X1,X2).
How do I tell the rapid miner to ignore the column Y2 when fitting the Y1?
Victor
My table is a csv file with columns X1,X2,Y1,Y2, and I would like to fit separately Y1 = f(X1,X2) and then Y2 = f(X1,X2).
How do I tell the rapid miner to ignore the column Y2 when fitting the Y1?
Victor
0
Answers
using (for example) FeatureNameFilter" switches Attributes off. If you want to perform both fittings within a single process, I further the suggest the usage of "IOMultiplier" and "IOSelector" (see manual for details)
something like this: hope this was helpful
greetings
Steffen
Could you also add a feature to the data import wizard: column type = {id, attribute, label,...} -- add "Ignored" to this list ?
For the newbies like me.
Cheers,
Ingo