Skip to content
Snippets Groups Projects
Commit 58d44a98 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

ebugges scm sparsity

parent 6b23786f
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ class SCMSparsity(BaseMonoviewClassifier):
self.scm_estimators = [scm(
random_state=random_state,
model_type=model_type,
max_rules=max_rule,
max_rules=max_rule+1,
p=p
) for max_rule in range(max_rules)]
self.model_type = model_type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment