Skip to content

Commit

Permalink
Updating imports in the README example
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 17, 2023
1 parent 0deb47c commit 5df789f
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 @@ -55,11 +55,11 @@ shell/console, run `mlflow server` to launch an mlflow service on a local server
Refer to the [MLflow documentation](https://www.mlflow.org/docs/latest/index.html) for
necessary background.

In addition to the packages listed on the first line below, we assume
MLJDecisionTreeClassifier is in the user's active Julia package environment.
We assume MLJDecisionTreeClassifier is in the user's active Julia package
environment.

```julia
using MLJBase, MLJFlow, MLJModels
using MLJ
```

We first define a logger, providing the address of our running MLflow. The experiment
Expand Down

0 comments on commit 5df789f

Please sign in to comment.