Ecosystem
Every Ecosystem post, published by AI360Xpert.
- Ecosystem
XGBoost, LightGBM And CatBoost Disagree On Categories
The three dominant gradient-boosting libraries implement the same algorithm and handle categorical columns in three genuinely different ways. Swapping libraries on the same data changes the model, not just the runtime.
- Ecosystem
Hugging Face Fixed A Silent Bug In Packed Training
Hugging Face's trainer supported sequence packing for years without masking attention across packed documents. Transformers 4.44 fixed it, and the bug it fixed never raised an error the whole time.
- Ecosystem
Pandas 3.0 Made PyArrow Strings The Default
Pandas 3.0 replaced the object dtype with PyArrow-backed strings by default and turned on copy-on-write. Code that checked dtypes or relied on in-place mutation breaks quietly, not loudly.