RSS News Feed

Kaggle Competitors Winner Reveals Stacking Technique with cuML


Rongchai Wang
Could 22, 2025 12:38

Kaggle Grandmaster Chris Deotte shares insights on profitable the April 2025 Kaggle competitors utilizing stacking with cuML, leveraging GPU acceleration for quick and environment friendly modeling.

Kaggle Competitors Winner Reveals Stacking Technique with cuML

Kaggle Grandmaster Chris Deotte has unveiled the secrets and techniques behind his first-place victory within the April 2025 Kaggle competitors. The problem required contributors to foretell podcast listening occasions, and Deotte’s revolutionary method centered on stacking fashions utilizing NVIDIA’s cuML, a GPU-accelerated machine studying library, in line with NVIDIA’s developer weblog.

Understanding Stacking

Stacking is a classy approach that mixes predictions from a number of fashions to enhance efficiency. Deotte’s technique concerned making a three-level stack, beginning with Stage 1 fashions resembling gradient boosted determination bushes (GBDT), deep studying neural networks (NN), and different machine studying fashions like help vector regression (SVR) and k-nearest neighbors (KNN). These fashions had been educated utilizing GPU acceleration to boost velocity and effectivity.

Stage 2 fashions had been then educated utilizing the outputs of Stage 1 fashions, studying to foretell targets primarily based on totally different eventualities. Lastly, Stage 3 fashions averaged the outputs of Stage 2 fashions, culminating in a strong predictive mannequin.

Numerous Predictive Approaches

Within the competitors, Deotte explored numerous predictive approaches, together with predicting the goal straight, predicting the ratio of the goal to episode size, predicting residuals from linear relationships, and predicting lacking options. By using numerous fashions with totally different architectures and hyperparameters, Deotte was in a position to determine the best methods for the competitors’s distinctive challenges.

Constructing the Stack

After creating a whole bunch of numerous fashions, Deotte constructed the ultimate stack utilizing ahead characteristic choice. Stage 1 mannequin outputs, often known as out-of-fold (OOF) predictions, had been used as options for Stage 2 fashions. Further options, together with engineered options like mannequin confidence and common prediction, had been additionally included.

A number of Stage 2 fashions had been educated, together with GBDT and NN fashions, and a weighted common of their predictions shaped the ultimate Stage 3 output. This superior stacking approach achieved a cross-validation RMSE of 11.54 and a non-public leaderboard RMSE of 11.44, securing first place within the competitors.

Conclusion

Deotte’s success demonstrates the ability of GPU-accelerated machine studying with cuML. By quickly experimenting with numerous fashions, he was in a position to develop a complicated resolution that stood out within the aggressive discipline. For extra insights into his technique, go to the NVIDIA developer weblog.

Picture supply: Shutterstock



Source link