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

[ENH] Add the sklearn backend #36

Merged
merged 3 commits into from
Feb 16, 2021
Merged

[ENH] Add the sklearn backend #36

merged 3 commits into from
Feb 16, 2021

Conversation

xuyxu
Copy link
Member

@xuyxu xuyxu commented Feb 16, 2021

This PR adds the scikit-learn backend to support functionality like feature_importance, shap (#12). It is up to the users to decide which backend they want to use:

  • custom: Use the internal implementation of forest for high time and memory efficiency
  • sklearn: Use the scikit-learn version of forest for additional functionality

Copy link
Member Author

@xuyxu xuyxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xuyxu xuyxu merged commit 37c33df into LAMDA-NJU:master Feb 16, 2021
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