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

Return string

parent 57500543
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