@JFPuget: Significant: one can now use XGBoost for multi class or multi label problems without having to train a model for each c…

X AI KOLs Timeline Tools

Summary

XGBoost has been updated to support multi-class and multi-label problems without the need to train separate models for each class or label, introducing the Vector-Leaf Model.

Significant: one can now use XGBoost for multi class or multi label problems without having to train a model for each class or label.
Original Article
View Cached Full Text

Cached at: 08/30/26, 10:24 PM

Significant: one can now use XGBoost for multi class or multi label problems without having to train a model for each class or label.

Tianqi Chen (@tqchenml): Checkout the latest XGBoost update “Introducing the XGBoost Vector-Leaf Model” from jiamin yuan and Rory Mitchell

Similar Articles

Making Optimization Work When Labels Are Scarce [R]

Reddit r/MachineLearning

Gnosys Labs introduces an autonomous model engineering method that improves classifiers under label scarcity, outperforming standard optimizers like GEPA on the ToxicChat benchmark.

@maximelabonne: Train encoders today like it's 2020 again!

X AI KOLs Following

Liquid AI fine-tuned their LFM2.5-Encoder models (230M and 350M) to perform multi-label classification in a single forward pass, eliminating the need for decoding loops or parsing. This demonstrates efficient label scoring for NLP tasks.