From 4916cece7cbd778292907b53931b5f615154339e Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Mon, 9 May 2022 22:49:31 +0200 Subject: [PATCH] update MLProject --- MLProject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLProject b/MLProject index 22d9a6d..7b67795 100755 --- a/MLProject +++ b/MLProject @@ -7,6 +7,6 @@ entry_points: main: parameters: epochs: {type: float, default: 100} - command: "python Biblioteka_DL/dllib-sacred.py {epochs}" + command: "python Biblioteka_DL/dllib-mlflow.py {epochs}" eval: command: "python Biblioteka_DL/evaluate.py" \ No newline at end of file