aboutsummaryrefslogtreecommitdiff
path: root/docs/cls_gridsearch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cls_gridsearch.rst')
-rw-r--r--docs/cls_gridsearch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cls_gridsearch.rst b/docs/cls_gridsearch.rst
index 13cce92..7c41672 100644
--- a/docs/cls_gridsearch.rst
+++ b/docs/cls_gridsearch.rst
@@ -74,7 +74,7 @@ GenSVMGridSearchCV
The refitted estimator is made available at the `:attr:best_estimator_
<.GenSVMGridSearchCV.best_estimator_>` attribute and allows the user to
- use the :func:`~GenSVMGridSearchCV.predict` method directly on this
+ use the :meth:`~GenSVMGridSearchCV.predict` method directly on this
:class:`.GenSVMGridSearchCV` instance.
Also for multiple metric evaluation, the attributes :attr:`best_index_