Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding of sfs class in physbo.gp #53

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

HengyuLi-Ozaki-lab
Copy link

The new class sfs is added in physbo.gp for satisfying the sciket-learn library. New function is created in sfs:

  1. Fit
  2. Predict
  3. get_params

The usage for sfs class and SFFS with mlxtend can be find in example Jupyter notebook and home page of mlxtend.

https://rasbt.github.io/mlxtend/user_guide/feature_selection/SequentialFeatureSelector/

Further, the tutorial file will be update.

get_params is created for clone when using cross validation.
Sequential forward floating selection combined with PHYSBO, here is a test code. The input parameter for SequentialFeatureSelector in mlxtend library can be find in:

https://rasbt.github.io/mlxtend/user_guide/feature_selection/SequentialFeatureSelector/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant