Browse by Domains

ensemble learning

Email Marketing Best Practices

What is Gradient Boosting and how is it different from AdaBoost?

Ensemble methods is a machine learning technique that combines several base models in order to produce one optimal predictive model. There are various ensemble methods such as stacking, blending, bagging and boosting. Gradient Boosting, as the name suggests is a boosting method.  Introduction Boosting is loosely-defined as a strategy that combines multiple simple models into […]

What is Gradient Boosting and how is it different from AdaBoost? Read More »

stacking

Ensemble learning with Stacking and Blending

What is Ensemble Learning? A common practice nowadays is to check the reviews of items before buying them. And when checking reviews, you often look for the items with a large number of reviews so you could know for sure about its rating. After going through the reviews from multiple people you decide whether to

Ensemble learning with Stacking and Blending Read More »

bagging and boosting

Understanding the Ensemble method Bagging and Boosting

Bias and Variance  Ensemble Methods Bagging Boosting Bagging vs Boosting Implementation Bias and Variance  For the same set of data, different algorithms behave differently. For example, if we want to predict the price of houses given for some dataset, some of the algorithms that can be used are Linear Regression and Decision Tree Regressor. Both

Understanding the Ensemble method Bagging and Boosting Read More »

Scroll to Top