From a834e97f1db2aef05f486c3eaee0b49f7a103063 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 5 Dec 2023 08:44:28 +1300 Subject: [PATCH] update MLJ docstring --- src/MLJ.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MLJ.jl b/src/MLJ.jl index c4c989abf..299a93de3 100644 --- a/src/MLJ.jl +++ b/src/MLJ.jl @@ -26,6 +26,8 @@ loaded separately: - MLJBalancing.jl: Incorporation of oversampling/undersampling methods in pipelines, via the `BalancedModel` wrapper +- MLJFlow.jl: Integration with MLflow workflow tracking + - OpenML.jl: Tool for grabbing datasets from OpenML.org """