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

Merge branch 'private_algos' into cuisine

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