Releases: ASUS-AICS/LibMultiLabel
Releases · ASUS-AICS/LibMultiLabel
v0.3.3
What's Changed
Highlights
- Add lr scheduler for LAAT (ReduceOnPlateau) (#317, #320)
- Homogenizing Dropout (#315)
- Extend arguments accepted by Embedding (#325)
Fix bugs 🐛
- Parameter search configuration (#305, #322)
- Change the storage format of node's weights to csc_matrix (#324)
- Fix read_svm_format when no label is associated with an example (#327)
Contributors
Thank you all for your contributions :)
@cjlin1 @Gordon119 @Sinacam @donglihe-hub @ChengYehLi @sammer1107 @maclin726
New Contributors
Welcome @ChengYehLi 🧮
v0.3.2
What's Changed
Fix bugs 🐛
Contributors
Thank you all for your contributions :)
v0.3.1
v0.3.0
What's Changed
Document
- Update GridSearchCV tutorial: link
Highlights
- Rewrite Linear Preprocessor (#310)
Others
Contributors
Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Gordon119 @sian-chen @Sinacam @Eleven1Liu
v0.2.1
What's Changed
Document
Highlights
Contributors
Thank you all for your contributions :)
@cjlin1 @will945945945 @donglihe-hub @Gordon119 @Tonmoregulus @Sinacam @Eleven1Liu
New Contributors
Welcome @donglihe-hub 🧞 @Tonmoregulus 🎉
v0.2.0
What's Changed
Document
- Update linear documents: preprocessor API, metrics, and quickstart
https://www.csie.ntu.edu.tw/~cjlin/libmultilabel/
Highlights
Fixes
- Logging: conditional import for transformers (#273)
- Code enhancements, update test scripts, and refactoring
Contributors
Thank you all for your contributions :)
@cjlin1 @Sinacam @Gordon119 @sammer1107 @tic66777 @Eleven1Liu
New Contributors
Welcome @tic66777 🚀
v0.1.11
What's Changed
Fix bugs 🐛
- Fix load data errors
- Update documents to the corresponding changes
Contributors
Thank you all for your contributions :)
v0.1.10
What's Changed
Fix bugs 🐛
- API:
linear.read_libmultilabel_format
can read data from file and dataframe - Update document links
Document
- Add tutorial: An Example of Using Data Stored in Different Forms
Contributors
Thank you all for your contributions :)
@cjlin1 @Gordon119 @will945945945 @Sinacam @maclin726 @Eleven1Liu
v0.1.9
What's Changed
Document
- Reorganize the document by @Gordon119 in #251
- Add introduction of API and CLI usage by @Gordon119 in #252
- Add linear grid search document by @Eleven1Liu in #244
Highlights
- Add quoting=csv.QUOTE_NONE by @ChengYehLi in #250
- Add nn load_datasets loading dataframe. by @Gordon119 in #255
- Add linear preprocessor loading dataframe. by @Gordon119 in #253
New Contributors
- @ChengYehLi made their first contribution in #250
v0.1.8
What's Changed
Document
- Add Grid Search with Sklearn Estimator
- Generate quickstart by sphinx gallery
Highlights
- API change: move
linear.sklearn_helper.*
tolinear.*
Contributors
Thank you all for your contributions :)