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

The issue in ruleFit.get_rules(exclude_zero_coef=True). #82

Closed
JSONG006 opened this issue Jan 28, 2022 · 0 comments · Fixed by #87
Closed

The issue in ruleFit.get_rules(exclude_zero_coef=True). #82

JSONG006 opened this issue Jan 28, 2022 · 0 comments · Fixed by #87
Labels
bug Something isn't working

Comments

@JSONG006
Copy link

Hi, the .ix is deprecated, so when I try to call ruleFit.get_rules(exclude_zero_coef=True), it will have an error.

if exclude_zero_coef:
rules = rules.ix[rules.coef != 0]

@csinva csinva added the bug Something isn't working label Jan 28, 2022
@keyan3 keyan3 closed this as completed in #87 Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants