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

Inconsistent rules (a <5 and a < 10 in the same rule) #57

Open
netisheth opened this issue Oct 10, 2023 · 0 comments
Open

Inconsistent rules (a <5 and a < 10 in the same rule) #57

netisheth opened this issue Oct 10, 2023 · 0 comments

Comments

@netisheth
Copy link

Let's say we have five numeric input features: a,b,c,d,e,f and target variable y.

When I run a rulefit model using this data, I get the following rule in the result:

  • a < 5 and a < 10 and b >5 | coeff = 0.23

Is anyone else facing this issue? Any reason why we get a<5 and a<10 in the same rule? How would we interpret the results in this case?

** This is just a sample data output for explanation.

@netisheth netisheth changed the title Inconsistent rules Inconsistent rules (a <5 and a < 10 in the same rule) Oct 10, 2023
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

No branches or pull requests

1 participant