Adds fit_params support for SequentialFeatureSelector#350
Adds fit_params support for SequentialFeatureSelector#350rasbt merged 4 commits intorasbt:masterfrom
Conversation
|
Hello @zdgriffith! Thanks for updating the PR.
Comment last updated on March 20, 2018 at 19:39 Hours UTC |
|
This looks good, thanks a lot for the PR! Could you please add an entry to the Changelog and update the API docs? To update the API docs, just cd into the Then, open the Jupyter notebook at For the Changelog, you can add the following to the
(I am also happy to do that if the "maintainer contrib permissions" are enabled for this PR) |
|
Done! Let me know if anything else should be done, otherwise I believe I do have edits from maintainers enabled. |
|
Looks great, thanks! I don't have any further suggestions, and I'd say it's good to merge :) |
Description
Adds support for fit parameters to be passed to the fit method of SequentialFeatureSelector.
Related issues or pull requests
Related to Pull Request #255
Pull Request requirements
./mlxtend/*/testsdirectoriesnosetests ./mlxtend -svand make sure that all unit tests passnosetests ./mlxtend --with-coverageflake8 ./mlxtend./docs/sources/CHANGELOG.mdfilemlxtend/docs/sources/(optional)