Skip to content

Commit

Permalink
doc tweak to Logging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 28, 2023
1 parent 5e6c574 commit 67e905e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/src/logging_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
[MLflow](https://mlflow.org) is a popular, language-agnostic, tool for externally logging
the outcomes of machine learning experiments, including those carried out using MLJ.

This functionality is provided by the [MLJFlow.jl](https://github.com/JuliaAI/MLJFlow.jl)
package whose methods are automatically available to MLJ users. Refer to the package's
documentation for examples.
MLJ logging examples are given in the [MLJFlow.jl](https://github.com/JuliaAI/MLJFlow.jl)
documentation. MLJ includes and re-exports all the methods of MLJFlow.jl, so there is no
need to import MLJFlow.jl if `using MLJ`.

!!! warning

MLJFlow.jl is a new package still under active development and should be regarded as experimental. At this time, breaking changes to MLJFlow.jl will not necessarily trigger new breaking releases of MLJ.jl.

0 comments on commit 67e905e

Please sign in to comment.