An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
earmijo wrote:I teach Data Mining at a Business School and I'm considering using Rapid-Miner as the official software (last year I used XLMiner and Rattle/R). I'm translating everything I did with those two packages to Rapid-i. I have two very simple questions.
earmijo wrote:1) After running a cluster algorithm (say k-means), I'd like to get some basic stats (means, medians, st devs) BY cluster membership. Can I do that?
earmijo wrote:2) Suppose I have a set of variables (beer=label, income, education, age, woman, etc = attributes) and I want to run a simple linear regression. I want to be able to manually leave some variables out. For instance, I want to omit "age" and "woman". How could I do that? I've tried to use FeatureNameFilter but I can only list one of the two. (I've tried to separate the list of variables I want to omit with commas, semi-colons, etc with no success).
<operator name="ChangeAttributeRole" class="ChangeAttributeRole"> <parameter key="name" value="cluster"/> </operator>