Is it possible to apply "rotation forest" algorithm using Rapidminer. I couldnt see that type of operator in Rapidminer.
regds thiru
0
Answers
jacobcybulskiMember, University ProfessorPosts: 391 Unicorn
Unfortunately, there are no rotation forests in RapidMiner. However, the good news is that it would be very easy to implement them in Python and make them accessible to your RapidMiner process via a Python scripting extension. If looking for a ready made implementation of rotation forests, see this blog:
Answers
- https://hub.packtpub.com/rotation-forest-classifier-ensemble-based-feature-extraction/
Jacob