Seb Rauschert
Seb Rauschert
Hi, when running the model with the following specs: ```python RuleFit(tree_generator=rf, rfmode='classify', exp_rand_tree_size=True) ``` where ```python rf ``` is ```python rf =RandomForestClassifier( n_estimators=500, criterion="gini", max_depth=10, min_samples_split=2, min_samples_leaf=1, min_weight_fraction_leaf=0., max_features="auto", max_leaf_nodes=None,...
As referenced in #164 the get_collectri() function does not accept the argument "rat" for `organism`. It has to be `rnorvegicus`. I have change this in the error message, but this...