Skip to content

Commit

Permalink
Replace IrisClassificationWithoutValidation with IrisClassification (m…
Browse files Browse the repository at this point in the history
…lflow#4141)

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy authored Feb 25, 2021
1 parent 3c3fcdd commit 498442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytorch/test_pytorch_autolog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pytorch_model_without_validation():
@pytest.mark.parametrize("log_models", [True, False])
def test_pytorch_autolog_log_models_configuration(log_models):
mlflow.pytorch.autolog(log_models=log_models)
model = IrisClassificationWithoutValidation()
model = IrisClassification()
dm = IrisDataModule()
dm.prepare_data()
dm.setup(stage="fit")
Expand Down

0 comments on commit 498442f

Please sign in to comment.