문제

I use Random Forests for data forecasting and would like to continuously update the trained model using only new data instead of periodically re-training the model on the whole historical data. It seams to me that RF is not built to be updatable but ?

I use Weka's RF but any theoretical solution or experience on another solution could be of great help. Thank you

도움이 되었습니까?

해결책

Weka's RF indeed doesn't have an option for dynamic retrain, but there are other algorithms (variations of the original RF) which have this option. This is one example: http://www.ymer.org/amir/software/online-random-forests/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top