Is rotation forest the best classifier for problems with continuous features?
A. Bagnall, M. Flynn, J. Large, J. Line, A. Bostrom, G. Cawley

TL;DR
This paper empirically demonstrates that rotation forest outperforms common classifiers on continuous feature problems, and proposes methods to improve its scalability and efficiency without sacrificing accuracy.
Contribution
The study provides a comprehensive comparison showing rotation forest's superior accuracy and introduces a scalable, faster version with a runtime cap, establishing it as a default choice for continuous data.
Findings
Rotation forest is more accurate than other classifiers on average.
A model predicts training time, enabling a runtime cap for efficiency.
Scaling issues are identified as a major limitation, mitigated by the proposed model.
Abstract
In short, our experiments suggest that yes, on average, rotation forest is better than the most common alternatives when all the attributes are real-valued. Rotation forest is a tree based ensemble that performs transforms on subsets of attributes prior to constructing each tree. We present an empirical comparison of classifiers for problems with only real-valued features. We evaluate classifiers from three families of algorithms: support vector machines; tree-based ensembles; and neural networks tuned with a large grid search. We compare classifiers on unseen data based on the quality of the decision rule (using classification error) the ability to rank cases (area under the receiver operating characteristic) and the probability estimates (using negative log likelihood). We conclude that, in answer to the question posed in the title, yes, rotation forest is significantly more accurate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Data Mining Algorithms and Applications
