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

Trying stuff with cb_boost

parent 9d7267fa
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class BaseClassifier(BaseEstimator, ):
"""
return ", ".join(
[param_name + " : " + self.to_str(param_name) for param_name in
self.param_names if param_name is not None])
self.param_names])
def get_config(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment