Skip to content

Commit

Permalink
adjusts test bound for catboost
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Jul 19, 2017
1 parent 09e200f commit 3a95b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regressors.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def feature_learning_categorical_ensembling_getting_single_predictions_regressio
if model_name == 'GradientBoostingRegressor':
lower_bound = -3.95
if model_name == 'CatBoostRegressor':
lower_bound = -3.5
lower_bound = -3.65

assert lower_bound < first_score < -2.8

Expand Down

0 comments on commit 3a95b52

Please sign in to comment.