Tag: XGBoost

The main parameters in XGBoost and their effects on model performance

The learning rate controls the step size at which the optimizer makes updates to the weights. A smaller eta value results in slower but more accurate updates, while a larger eta value results in faster but less accurate updates. It is common to start with a relatively high value and then gradually d...

XGBoost: The Definitive Guide (Part 1)

XGBoost (short for eXtreme Gradient Boosting) is an open-source library that provides an optimized and scalable implementation of gradient boosted decision trees. It incorporates various software and hardware optimization techniques that allow it to deal with huge amounts of data. Originally deve...

AI Frontiers Series: Supply Chain

Recently, I’ve pondered how I can provide equal value to both technical and business-oriented professionals in my writings. Fortunately, my role as a data science consultant naturally offers a wealth of interesting topics. Beyond coding, we consistently review literature and articles detailing...