Skip to content

Commit

Permalink
Merge pull request #763 from timgates42/bugfix_typo_validation
Browse files Browse the repository at this point in the history
docs: fix simple typo, validtion -> validation
  • Loading branch information
rasbt committed Dec 24, 2020
2 parents 16dbe2b + 4c65eb2 commit 1757726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlxtend/feature_selection/sequential_feature_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SequentialFeatureSelector(_BaseXComposition, MetaEstimatorMixin):
where k_features < the full feature set.
New in 0.4.2: A tuple containing a min and max value can be provided,
and the SFS will consider return any feature combination between
min and max that scored highest in cross-validtion. For example,
min and max that scored highest in cross-validation. For example,
the tuple (1, 4) will return any combination from
1 up to 4 features instead of a fixed number of features k.
New in 0.8.0: A string argument "best" or "parsimonious".
Expand Down

0 comments on commit 1757726

Please sign in to comment.