Skip to content
Snippets Groups Projects
Commit f856c929 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

fix tests p_options

parent 2c36a873
No related branches found
No related tags found
No related merge requests found
Pipeline #16186 failed
......@@ -82,7 +82,7 @@ class ScmBagging(RandomScmClassifier, BaseMonoviewClassifier):
max_samples=max_samples,
max_features=max_features,
max_rules=max_rules,
p=p_options,
p_options=p_options,
model_type=model_type,
random_state=random_state)
self.param_names = ["n_estimators", "max_rules", "max_samples", "max_features", "model_type", "p_options", "random_state"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment