diff --git a/tests/regression_test.py b/tests/regression_test.py index a7d07fe7..e29f8d7c 100644 --- a/tests/regression_test.py +++ b/tests/regression_test.py @@ -14,7 +14,7 @@ def setup(self): def test_regression(self): '''Test imodels on basic binary classification task ''' - for model_type in [RuleFit, SLIM]: + for model_type in [RuleFit]: m = model_type() m.fit(self.X_regression, self.y_regression)