Combined SMOTE Operator


Hi there, i'm still new and exploring with Rapidminer. Currently i'm working on a project that consist of imbalance dataset. From some research paper, using combination of SMOTE with different selection algorithm might work well for imbalanced problem. I already found SMOTE operator in Rapidminer, but other selection algorithm like Tomek Link or ENN i still couldn't found it.
Is there RM operator for those?
Is there RM operator for those?
0
Best Answer
-
yyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 363
RM Data Scientist
Thanks for sharing. Unfortunately RapidMiner do not have Smote with Tomek link or Edited Nearest Neighbors. You may like to integrate imbalanced learn library in "Execute Python" operator. https://docs.rapidminer.com/latest/studio/operators/utility/scripting/execute_python.html7
Answers
Dortmund, Germany
Thank you for your attention. I get reference for my problem based on this paper :
https://www.sciencedirect.com/science/article/pii/S0925231215015908
Dortmund, Germany
Dortmund, Germany