@@ -1433,7 +1433,7 @@ def __init__(self, loss='deviance', learning_rate=0.1, n_estimators=100,
14331433 subsample = 1.0 , criterion = 'friedman_mse' , min_samples_split = 2 ,
14341434 min_samples_leaf = 1 , min_weight_fraction_leaf = 0. ,
14351435 max_depth = 3 , min_impurity_decrease = 0. ,
1436- min_impurity_split = 1e-7 , init = None ,
1436+ min_impurity_split = None , init = None ,
14371437 random_state = None , max_features = None , verbose = 0 ,
14381438 max_leaf_nodes = None , warm_start = False ,
14391439 presort = 'auto' ):
@@ -1840,7 +1840,7 @@ def __init__(self, loss='ls', learning_rate=0.1, n_estimators=100,
18401840 subsample = 1.0 , criterion = 'friedman_mse' , min_samples_split = 2 ,
18411841 min_samples_leaf = 1 , min_weight_fraction_leaf = 0. ,
18421842 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 ,
18441844 max_features = None , alpha = 0.9 , verbose = 0 , max_leaf_nodes = None ,
18451845 warm_start = False , presort = 'auto' ):
18461846
0 commit comments