Skip to content

Commit

Permalink
Docstring minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calzolari committed Jan 15, 2022
1 parent 0867df9 commit c9817c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions genetic_selection/gscv.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ class GeneticSelectionCV(BaseEstimator, MetaEstimatorMixin, SelectorMixin):
:class:`StratifiedKFold` used. If the estimator is a classifier
or if ``y`` is neither binary nor multiclass, :class:`KFold` is used.
Refer :ref:`User Guide <cross_validation>` for the various
cross-validation strategies that can be used here.
scoring : string, callable or None, optional, default: None
A string (see model evaluation documentation) or
a scorer callable object / function with signature
Expand Down

0 comments on commit c9817c3

Please sign in to comment.