This project implements the Gradient Boosting algorithm from scratch using Python. Gradient Boosting is an ensemble machine learning technique that builds multiple weak learners (typically decision ...