@@ -1433,7 +1433,7 @@ def __init__(self, loss='deviance', learning_rate=0.1, n_estimators=100,
1433
1433
subsample = 1.0 , criterion = 'friedman_mse' , min_samples_split = 2 ,
1434
1434
min_samples_leaf = 1 , min_weight_fraction_leaf = 0. ,
1435
1435
max_depth = 3 , min_impurity_decrease = 0. ,
1436
- min_impurity_split = 1e-7 , init = None ,
1436
+ min_impurity_split = None , init = None ,
1437
1437
random_state = None , max_features = None , verbose = 0 ,
1438
1438
max_leaf_nodes = None , warm_start = False ,
1439
1439
presort = 'auto' ):
@@ -1840,7 +1840,7 @@ def __init__(self, loss='ls', learning_rate=0.1, n_estimators=100,
1840
1840
subsample = 1.0 , criterion = 'friedman_mse' , min_samples_split = 2 ,
1841
1841
min_samples_leaf = 1 , min_weight_fraction_leaf = 0. ,
1842
1842
max_depth = 3 , min_impurity_decrease = 0. ,
1843
- min_impurity_split = 1e-7 , init = None , random_state = None ,
1843
+ min_impurity_split = None , init = None , random_state = None ,
1844
1844
max_features = None , alpha = 0.9 , verbose = 0 , max_leaf_nodes = None ,
1845
1845
warm_start = False , presort = 'auto' ):
1846
1846
32AA
0 commit comments