This article was published as a part of the Data Science Blogathon. AdaBoost stands for Adaptive Boosting. It is a statistical classification algorithm. It is an algorithm that forms a committee of weak classifiers. It boosts the performance of machine learning algorithms. It helps you form a committee of weak classifiers by combining them into a single strong […]
The post Introduction to AdaBoost for Absolute Beginners appeared first on Analytics Vidhya.