Closed JSONG006 closed 2 years ago
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]
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]