Closed keyan3 closed 3 years ago
RuleFit uses max_rules during extraction to determine how many trees to fit, then uses it again during scoring to limit the max number of final rules. It probably makes more sense to accept a dedicated n_estimators parameter to accomplish the former
max_rules
n_estimators
RuleFit uses
max_rules
during extraction to determine how many trees to fit, then uses it again during scoring to limit the max number of final rules. It probably makes more sense to accept a dedicatedn_estimators
parameter to accomplish the former