سؤال

I'm interested in implementing adaboost algorithm in hadoop environment. I've made research that mapreduce could be slow due to lack of native iterative support. Apache hama is interesting alternative but is there any feature of apache hama which doesn't allow to implement adaboost efficently?

هل كانت مفيدة؟

المحلول

You can implement Adaboost with Hama and BSP. You can also try out Spark, both solutions might work well for Adaboost.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top