Skip to content

Commit

Permalink
Changing example MLFlow address to API URI in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed May 20, 2024
1 parent fa0603b commit c1076e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ environment.
using MLJ # Requires MLJ.jl version 0.19.3 or higher
```

We first define a logger, providing the address of our running MLflow. The experiment
name and artifact location are optional.
We first define a logger, providing the API address of our running MLflow
instance. The experiment name and artifact location are optional.

```julia
logger = MLJFlow.Logger(
"http://127.0.0.1:5000";
"http://127.0.0.1:5000/api";
experiment_name="MLJFlow test",
artifact_location="./mlj-test"
)
Expand Down

0 comments on commit c1076e9

Please sign in to comment.