Skip to content

Commit

Permalink
add test case for objective='regression'
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
  • Loading branch information
janjagusch committed Jul 30, 2021
1 parent 4ca02fd commit c4984a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lightgbm/test_objective_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
class ObjectiveTest(unittest.TestCase):

_objectives: Tuple[str] = (
"regression",
"poisson",
"gamma",
)
Expand Down

0 comments on commit c4984a6

Please sign in to comment.