Skip to content

Commit

Permalink
model: scikit: tests: scikit_scorers: Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer290399 authored and pdxjohnny committed Jan 23, 2022
1 parent 4a27cb9 commit 3d09e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/scikit/tests/test_scikit_scorers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
CLUSTERERS,
CLASSIFIERS,
TestScikitModel,
regeressor_types,
regressor_types,
classifier_types,
)

Expand Down Expand Up @@ -68,7 +68,7 @@ async def test_02_predict(self):

for scorer in REGRESSION_SCORERS:
for reg in REGRESSORS:
for model_type in regeressor_types:
for model_type in regressor_types:
if scorer in MULTIOUTPUT_EXCEPTIONS and "MULTI_" in model_type:
continue
test_cls = type(
Expand Down

0 comments on commit 3d09e28

Please sign in to comment.