I am using SSAS (SQL Server 2008 R2) to develop a classification model for a dataset where 80% of the values ββare missing. Tree-based ensemble classifiers are supposedly the best solution (e.g. random forest).
Is there a good way to add an ensemble classifier to SSAS? For example, AdaBoost or any other Bagging or Boosting classifier?
I know that SSAS provides plugins, but I have not met anyone who made any ensemble decisions ... Not to mention that you can just download and start using.
If not, is there an efficient way to connect various classifiers in SSAS? I hope that I have lost something obvious that is.
source
share