From df6594ab6523d68693d8da9eeddd993fbbb566bb Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 6 Mar 2020 17:53:34 +0000 Subject: Documentation fixes --- docs/cls_gridsearch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cls_gridsearch.rst') 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_ -- cgit v1.2.3