AdaptiveRandomForestRegressor
This repository includes the adaptive random forest algorithm adaptation for regression tasks (AKA ARF-Reg). It uses as the base learner the FIMTDD decision tree algorithm. Look up the publication for more details. Initially, ARF-Reg was implemented in a previous version of MOA, but this repository is based on MOA 2018.06.