How to ignore a column?
New Altair Community Member
Updated by Jocelyn
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
Find more posts tagged with
Sort by:
1 - 3 of
31
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