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

Merge branch 'develop' into private_algos

parents f056ce44 bfb47d01
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ class BaseClassifier(BaseEstimator, ):
if "config" in self.weird_strings[param_name]:
string += "( with " + self.get_params()[
param_name].params_to_string() + ")"
return string
elif self.get_params()[param_name] is None:
return "None"
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment