rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.86k stars 857 forks source link

docs: fix simple typo, validtion -> validation #763

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in mlxtend/feature_selection/sequential_feature_selector.py.

Should read validation rather than validtion.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 90.673% when pulling 4c65eb2bc5acf9e6a4e26788afc5f758d56a6640 on timgates42:bugfix_typo_validation into 16dbe2bcd74081850ca8f203bd83a0f27fe20e02 on rasbt:master.

rasbt commented 3 years ago

Thanks, I appreciate it!