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
Need help with example based costs sensitive classification
Hi, I'm new with rapid miner but rapidly catching up to speed.
My situation:
I have an example set (saved ARFF file) where one attribute represents data that I use solely to calculate the costs of misclassifying that example. My learner is really a meta leaner and uses arbitrary inner learners (standard Rapid Miner learners) for the actual classification.
Not surprisingly, when I submit the data to the learner, it uses that attribute for classifying examples (not desired). I have figured out that giving that attribute the "weight" special designation will cause the average learner to ignore my special attribute it unless it specifically uses weights. For many standard rapid miner learners, I can usually de-select the "use weights" parameter to prevent this. However, I've discovered that some learners use weights and do not always allow me to turn that off. So I'm looking for a more general solution.
My question:
Is there an alternative to using the "weight" designation in order to specify an attribute as a "special attribute" that the average learner will ignore?
Any help would be greatly appreciated. Thanks!
~Michael
My situation:
I have an example set (saved ARFF file) where one attribute represents data that I use solely to calculate the costs of misclassifying that example. My learner is really a meta leaner and uses arbitrary inner learners (standard Rapid Miner learners) for the actual classification.
Not surprisingly, when I submit the data to the learner, it uses that attribute for classifying examples (not desired). I have figured out that giving that attribute the "weight" special designation will cause the average learner to ignore my special attribute it unless it specifically uses weights. For many standard rapid miner learners, I can usually de-select the "use weights" parameter to prevent this. However, I've discovered that some learners use weights and do not always allow me to turn that off. So I'm looking for a more general solution.
My question:
Is there an alternative to using the "weight" designation in order to specify an attribute as a "special attribute" that the average learner will ignore?
Any help would be greatly appreciated. Thanks!
~Michael
0
Answers
The following XML code gives an example: Hope that helps,
Tobias