diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:53:34 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:53:34 +0000 |
| commit | df6594ab6523d68693d8da9eeddd993fbbb566bb (patch) | |
| tree | ef6462270102178c5849f885bee8d0031d5e6c33 /docs/cls_gridsearch.rst | |
| parent | Add release target to makefile (diff) | |
| download | pygensvm-df6594ab6523d68693d8da9eeddd993fbbb566bb.tar.gz pygensvm-df6594ab6523d68693d8da9eeddd993fbbb566bb.zip | |
Documentation fixes
Diffstat (limited to 'docs/cls_gridsearch.rst')
| -rw-r--r-- | docs/cls_gridsearch.rst | 2 |
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_ |
