Skip to content

Commit

Permalink
Merge pull request #371 from ntumlgroup/update-titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon119 authored May 23, 2024
2 parents f809f9d + 4d8b226 commit 6585c75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LibMultiLabel — a Library for Multi-class and Multi-label Text Classification
# LibMultiLabel — a Library for Multi-class and Multi-label Classification

LibMultiLabel is a library for binary, multi-class, and multi-label classification. It has the following functionalities

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LibMultiLabel - a Library for Multi-class and Multi-label Text Classification
LibMultiLabel - a Library for Multi-class and Multi-label Classification
==============================================================================

LibMultiLabel is a library for binary, multi-class, and multi-label classification. It has the following functionalities
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def add_all_arguments(parser):


def get_config():
parser = argparse.ArgumentParser(add_help=False, description="multi-label learning for text classification")
parser = argparse.ArgumentParser(add_help=False, description="multi-label and multi-class classification")

# load params from config file
parser.add_argument("-c", "--config", help="Path to configuration file")
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = libmultilabel
version = 0.6.2
version = 0.7.0
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
description = A library for multi-label text classification
description = A library for multi-class and multi-label classification
long_description = See documentation here: https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
url = https://github.com/ASUS-AICS/LibMultiLabel
project_urls =
Expand Down

0 comments on commit 6585c75

Please sign in to comment.