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
Feature generation
User118888
Member Posts: 2 Learner III
in Help
Hello,
I'm researching about feature generation.
There is a feature generation option in AutoModel. Which algorithm does RapidMiner use for generating new features from existing features?
Thank you.
I'm researching about feature generation.
There is a feature generation option in AutoModel. Which algorithm does RapidMiner use for generating new features from existing features?
Thank you.
Tagged:
0
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,We use a multi-objective optimization approach using evolutionary algorithms for simultaneously minimizing the predictive errorof a model and the complexity of a feature space. This introduces regularization for the feature space optimization similar to the regularization used in general in ML. By doing so, our approach does not suffer from feature bloat (like, for example, most genetic programming approaches) and is much more robust against overfitting. The complexity is calculated based on the number of features and the amount and complexity of applied functions in case of feature generation.You can learn more in my PhD thesis here: http://www-ai.cs.tu-dortmund.de/auto?self=$Publication_fz5hgy8bIn fact, many of my scientific publications have been dealing with automatic feature engineering for both supervised and unsupervised learning: http://www-ai.cs.tu-dortmund.de/PERSONAL/mierswa.htmlOr in this webinar here: https://www.youtube.com/watch?v=oSLASLV4cTcOr this white paper here: https://rapidminer.com/resource/multi-objective-optimization-ebook/Or in a series of blog posts here: https://community.rapidminer.com/discussion/45787/multi-objective-feature-selection-part-4-making-better-machine-learning-modelsI am sure there are also more places where we talked about this but that should be enough for now ;-)Hope this helps,
Ingo2
Answers
Thanks for your detailed and quick answer. I'll look into these resources.
Best regards,
Murat