Skip to content

Commit 2a5a45b

Browse files
committed
minor fix
1 parent f9a4be2 commit 2a5a45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmultilabel/linear/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class GridSearchCV(sklearn.model_selection.GridSearchCV):
109109
The usage is similar to sklearn's, except that the parameter ``scoring`` is unavailable. Instead, specify ``scoring_metric`` in ``MultiLabelEstimator`` in the Pipeline.
110110
111111
Args:
112-
estimator (estimator object): A estimator for grid search.
112+
estimator (estimator object): An estimator for grid search.
113113
param_grid (dict): Search space for a grid search containing a dictionary of
114114
parameters and their corresponding list of candidate values.
115115
n_jobs (int, optional): Number of CPU cores run in parallel. Defaults to None.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libmultilabel
3-
version = 0.6.1
3+
version = 0.6.2
44
author = LibMultiLabel Team
55
license = MIT License
66
license_file = LICENSE

0 commit comments

Comments
 (0)