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

Merge branch 'private_algos' into cuisine

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