Skip to content

Commit

Permalink
Update test_gbt_single.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benja263 authored Jan 23, 2025
1 parent 19bbdaa commit bfe3973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gbt_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_l2_cpu(self):
model._model.reset()
model.set_bias_from_targets(y)
train_loss = model.fit(X, y, self.n_epochs)
value = 2.0
value = 3.0
self.assertTrue(train_loss < value, f'Expected loss = {train_loss} < {value}')
X_categorical, y_categorical = self.cat_data
model._model.reset()
Expand Down

0 comments on commit bfe3973

Please sign in to comment.