Boosting, Bagging and Random Forest
Hi
I ran Adaboost, Bagging and Random Forest on my data. The performance vector results were not really different from the decision tree performance vector result. So I used the Sonar data and ran, Decision Tree followed by Adaboost, Bagging and Random Forest. Though in the tutorial it is mentioned that the performance vector accuracy improves I still got similar results.
Require inputs.
Regards
Anya
I ran Adaboost, Bagging and Random Forest on my data. The performance vector results were not really different from the decision tree performance vector result. So I used the Sonar data and ran, Decision Tree followed by Adaboost, Bagging and Random Forest. Though in the tutorial it is mentioned that the performance vector accuracy improves I still got similar results.
Require inputs.
Regards
Anya
Find more posts tagged with
Sort by:
1 - 1 of
11

JEdward
New Altair Community Member
Here's an example of using the Stacking operator for Ensemble modelling. It creates a Forest of Forests to produce greater mine detection accuracy.