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
Predict an unbalanced class
Hi guys,
I'm pretty new with RM so apologize if I'm asking someting straightfoward.
I'm trying to train a predictor on a class that is heavely unbalanced - say churn rate(on average I have 1 observation with chur every 999 observation without).
I read that boosted trees could be a good choice as algorthm, but I have some difficulties to understand if there is a way to have a "penalized" version of this.. how can I achieve this?
Another approach that I could follow would be to generate new data based on the distribution of the other variables in the data set, is that possible to do in RM?
many thanks for your help!
Matteo
Tagged:
0
Answers
Hello @mfulgeri - welcome to the community. Good question. So I assume first of all that you've seen this video on churn prevention? Second I would investigate the use of the Sample operator, using the "balance data" checkbox advanced parameter:
[EDIT: forgot to mention that I always use mod.rapidminer.com as a resource when trying to decide which learner would be most appropriate. It's a very under-utlilized and amazing resource.]
Scott
https://community.rapidminer.com/t5/RapidMiner-Studio-Forum/Dealing-with-imbalanced-data/m-p/41385
In short there are many options for dealing with class imbalance in RapidMiner.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
thank you @Telcontar120 - I was looking for that post but could not find it!
Scott