Skip to content

Commit

Permalink
check for linear models
Browse files Browse the repository at this point in the history
  • Loading branch information
remyogasawara committed Aug 24, 2023
1 parent 9bc0f44 commit 4580a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evalml/tests/automl_tests/test_automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
ARIMARegressor,
DateTimeFeaturizer,
EmailFeaturizer,
LinearRegressor,
NaturalLanguageFeaturizer,
RandomForestClassifier,
SelectColumns,
Expand Down Expand Up @@ -5377,6 +5378,7 @@ def test_excluded_model_families(
assert SelectColumns.name not in pl.component_graph.compute_order
else:
assert RandomForestClassifier.name not in pl.component_graph.compute_order
assert LinearRegressor.name not in pl.component_graph.compute_order


def test_excluded_model_families_error(
Expand Down

0 comments on commit 4580a41

Please sign in to comment.