Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom authored May 27, 2024
1 parent e692921 commit 76352d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ And we reconstruct our trained machine thus:
```julia
using MLFlowClient
artifacts = MLFlowClient.listartifacts(service, run)
mach2 = machine(artifact[1].filepath)
mach2 = machine(artifacts[1].filepath)
```

We can predict using the deserialized machine:
Expand Down

0 comments on commit 76352d5

Please sign in to comment.