Open exalate-issue-sync[bot] opened 1 year ago
Zuzana Olajcová commented: This is currently fixed by {{glmParameters._ignore_const_cols = false;}} line in hex.rulefit.RuleFit#initGLMParameters, so that const cols are being preserved and mojo does not miss them. The complex fix requires to rework the mojo.
JIRA Issue Details
Jira Issue: PUBDEV-8333 Assignee: Zuzana Olajcová Reporter: Zuzana Olajcová State: Open Fix Version: N/A Attachments: N/A Development PRs: Available
Linked PRs from JIRA
reproducible by
{code:java} final Frame fr = Scope.track(parseTestFile("missing.csv")); RuleFitModel.RuleFitParameters params = new RuleFitModel.RuleFitParameters(); params._seed = -1; params._response_column = "response"; params._train = fr._key; params._max_num_rules = 50; params._max_rule_length = 7; params._min_rule_length = 3;
{code}
missing.csv is dataset used in mojoland tests