ASUS-AICS / LibMultiLabel

A library for multi-class and multi-label classification
MIT License
152 stars 30 forks source link

Increase the Capability of Autotest & Add One More Feature to Fake Text #365

Closed donglihe-hub closed 7 months ago

donglihe-hub commented 7 months ago

What does this PR do?

  1. Add new dataset AmazonCat-13K
  2. Add one more feature (lipsum) to the fake data
  3. Allow val_size to be an integer larger than 10. Add new test parameters save_k_predictions and cluster_size.

Test CLI & API (bash tests/autotest.sh)

Test APIs used by main.py.

Check API Document

If any new APIs are added, please check if the description of the APIs is added to API document.

Test quickstart & API (bash tests/docs/test_changed_document.sh)

If any APIs in quickstarts or tutorials are modified, please run this test to check if the current examples can run correctly after the modified APIs are released.