From d75906f458a7c82faa64fc55e0fc67c1a71ce793 Mon Sep 17 00:00:00 2001 From: Jose Esparza <28990958+pebeto@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:25:28 -0500 Subject: [PATCH] Removing comment from README code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d4da5..e3183e8 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ To retrieve an artifact we need to use the MLFlowClient.jl API, and for that we know the MLflow service that our `logger` wraps: ```julia - service = MLJFlow.service(logger) # DOESN'T WORK YET! +service = MLJFlow.service(logger) ``` And we reconstruct our trained machine thus: