Releases: ntumlgroup/LibMultiLabel
v0.7.2
⭐️⭐️ Restart LibMultiLabel in @ntumlgroup 🏡
What's Changed
Documents
- Update the repository link on the LibMultiLabel webpage and make minor UI adjustments (#4, #6)
Linear tree-based models
- Estimate tree model size (#385)
- Change the default optimizer to l2 cddual in the example configurations for l2svm: EUR-Lex/tree_l2svm.yml, rcv1/l2svm.yml, rcv1/l2svm_svm_format.yml (#388)
- Do not filter any data instance in the root (#1)
- Keep model outputs as probability estimates (#2)
Fix APIs / Bugs 🐛
- Fix bugs in latest version of NumPy (#7, #8)
- [linear] Explicitly assign arguments to avoid incorrect argument assignments (#389)
Contributors
Thanks all for the contributions :)
@cjlin1 @ericliu8168 @poppopting @ChengYehLi @maclin726 @will945945945 @Eleven1Liu
v0.7.1
What's Changed
Documents
- Update docs by revising
--no_merge_train_val
to--merge_train_val
(#368) - Add multi-label tutorial (#381)
Fix APIs / Bugs 🐛
- Fix GridSearchCV to support sklearn>=1.3.0 (#362)
- Update regex syntax for python3.12 (#373)
- Update Ray Argument (#376)
- Fix Autotest: Set Pytorch <=2.3 to resolve torchtext dependency issue (#386)
Contributors
Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Gordon119 @thomas0125 @poppopting @Eleven1Liu
New Contributors
Welcome @thomas0125 ✨ @poppopting 🏜️🐪
Original release date: Aug 22, 2024
v0.7.0
What's Changed
Documents
- Add Handling Data with Many Labels with AttentionXML (#368)
Highlights
- Add AttentionXML (#346)
- Add new argument
beam_width
(#366, #367) - Remove unused elements in
nn.model
(#363, #369)
Fix APIs 🔧
- Use the latest protocol in pickle dump (#364)
Contributors
Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Sinacam @will945945945 @Gordon119 @Eleven1Liu
Original release date: May 24, 2024
v0.6.2
What's Changed
Fix APIs 🔧
- Fixed sklearn API with version >=1.3.0 (#362)
Contributors
Thank you all for your contributions :)
@cjlin1 @thomas0125 @Sinacam @will945945945
New Contributors
Welcome @thomas0125 ✨
Original release date: Mar 7, 2024
v0.6.1
v0.6.0
What's Changed
Highlights
- Update package versions: torch>=2.0.1 and lightning==2.0.9 with CUDA 11.8 and 12.1
- For users using torch 1.13.1 with CUDA 11.6 or 11.7, please git checkout 10819d0 or pip install PyPi==0.5.2.
Contributors
Thank you all for your contributions :)
@cjlin1 @Eleven1Liu @Sinacam @Gordon119 and all lab members who provided helpful feedback!
Original release date: Feb 10, 2024
v0.5.2
What's Changed
Document
- Fix sphinx version and add the implementation doc link to the web page (#352)
Bugs Fixing 🐛 and Code Enhancement ✨
Contributors
Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Sinacam @Gordon119 @Eleven1Liu
Original release date: Feb 8, 2024
v0.5.1
v0.5.0
What's Changed
Document
- Add implementation document (#345)
Highlights
- Separate NN and linear dependencies (#348, #349)
- Optimized NDCG (#339, #342)
- Linear: Use
multiclass
to decide whether the input data set is multiclass (#337) - NN: Speed Up Tokenization Through Multiprocessing (#347)
Contributors
Thank you all for your contributions :)
@cjlin1 @Sinacam @donglihe-hub @ChengYehLi
Original release date: Jan 17, 2024
v0.4.0
What's Changed
Highlights
- Update copyright (#340)
Contributors
Thank you all for your contributions :)
@cjlin1 @Gordon119 @Eleven1Liu
Original release date: Nov 16, 2023