Classify flags into general, linear, nn categories#26
Merged
Eleven1Liu merged 6 commits intontumlgroup:masterfrom Nov 10, 2025
Merged
Classify flags into general, linear, nn categories#26Eleven1Liu merged 6 commits intontumlgroup:masterfrom
Eleven1Liu merged 6 commits intontumlgroup:masterfrom
Conversation
added 2 commits
October 9, 2025 15:55
…me flags orders in main.py
Eleven1Liu
requested changes
Oct 9, 2025
Contributor
There was a problem hiding this comment.
Please help change settings in https://github.com/ntumlgroup/LibMultiLabel/blob/master/docs/conf.py#L48-L52 to prevent writing sg_execution_times.rst in Sphinx 5.
sphinx_gallery_conf = {
...
"write_computation_times": False,
...
}…es.rst in Sphinx 5 - optimize code in docs/cli/classifier.py - reformat the above scripts
Eleven1Liu
reviewed
Oct 20, 2025
Eleven1Liu
reviewed
Oct 20, 2025
Eleven1Liu
reviewed
Oct 20, 2025
Eleven1Liu
reviewed
Oct 20, 2025
Eleven1Liu
reviewed
Oct 20, 2025
…ategory, find_config_usages_in_file, move_duplicates_together, classify) - reformat the above script
Eleven1Liu
reviewed
Nov 10, 2025
Eleven1Liu
reviewed
Nov 10, 2025
Eleven1Liu
reviewed
Nov 10, 2025
Eleven1Liu
reviewed
Nov 10, 2025
Eleven1Liu
approved these changes
Nov 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Classify command line options into three categories (i.e., general, nn, and linear).
https://www.csie.ntu.edu.tw/~cjlin/libmultilabel/cli/flags.html
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.