From the course: Machine Learning and AI Foundations: Classification Modeling
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Heterogenous ensembles
From the course: Machine Learning and AI Foundations: Classification Modeling
Heterogenous ensembles
- [Instructor] Ensembles are a general technique involving combining component models to produce a new model, and the concept has inspired several important algorithms, but you can think of ensembles as an algorithm of their own. So let's take a moment to talk about ensembles. Now, keep in mind when you take a bunch of models and combine them, you've just turned your model into something more complex and almost certainly into something opaque. Even if the component models are explainable, the ensemble might not be. So I don't think you want to assume on real world projects that you'll always have the option of using an ensemble, but there's a reason why they win so many machine learning competitions like the ones on kaggle.com. They're very powerful and are frequently the most accurate when compared to the single model algorithms that we've discussed so far. So in its most basic form, a so-called heterogeneous ensemble…
Contents
-
-
-
-
-
Overview2m 10s
-
(Locked)
Discriminant with three categories5m 44s
-
(Locked)
Discriminant with two categories5m 2s
-
(Locked)
Stepwise discriminant1m 3s
-
(Locked)
Logistic regression10m 54s
-
(Locked)
Stepwise logistic regression1m 3s
-
(Locked)
Decision Trees4m 46s
-
(Locked)
KNN3m 58s
-
(Locked)
Linear SVM8m 2s
-
Neural nets7m 57s
-
(Locked)
Bayesian networks7m 54s
-
(Locked)
Heterogenous ensembles3m 22s
-
(Locked)
Bagging and random forest3m 26s
-
(Locked)
Boosting and XGBoost1m 57s
-
-
-