ASUS-AICS / LibMultiLabel

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

Gridsearchcv Tutorial add prediction #303

Closed Gordon119 closed 1 year ago

Gordon119 commented 1 year ago

What does this PR do?

The current tutorial does not contain predicting part. The PR is aimed to add it to the tutorial. https://www.csie.ntu.edu.tw/~b09902131/html/auto_examples/plot_linear_gridsearch_tutorial.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.