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

10s are ready

parent beb78210
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class AdaboostPregen10(AdaboostPregen):
base_estimator=None, n_stumps=1, self_complemeted=True , **kwargs):
super(AdaboostPregen10, self).__init__(
random_state=random_state,
n_estimators=n_estimators,
n_estimators=100,
base_estimator=base_estimator,
n_stumps=10,
self_complemeted=self_complemeted
......
......@@ -6,7 +6,7 @@ from .CGDesc import CGDesc
class CGDesc10(CGDesc):
def __init__(self, random_state=None, n_max_iterations=500, n_stumps=1, **kwargs):
super(CGDesc10, self).__init__(n_max_iterations=n_max_iterations,
super(CGDesc10, self).__init__(n_max_iterations=100,
random_state=random_state,
n_stumps=10,)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment