Skip to content

Commit

Permalink
Removed alibi ligthgbm from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 19, 2024
1 parent 752611b commit 3bd8067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimes/alibi-explain/tests/test_white_box_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def mocked_sklearn_runtime(mocker):
RandomForestRegressor,
XGBClassifier,
XGBRegressor,
LGBMClassifier,
LGBMRegressor,
# LGBMClassifier,
# LGBMRegressor,
],
)
def white_box_model(
Expand Down

0 comments on commit 3bd8067

Please sign in to comment.