From 4bce2fcbb9977ab410a8f28d62c29a8695dffe4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 27 Sep 2024 11:58:28 +0200 Subject: [PATCH 1/2] Fix link to MLJ The current link is dead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff63d2bc..6d5c1c76 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the [JuliaAI](https://github.com/JuliaAI) organization. Available via: * [AutoMLPipeline.jl](https://github.com/IBM/AutoMLPipeline.jl) - create complex ML pipeline structures using simple expressions * [CombineML.jl](https://github.com/ppalmes/CombineML.jl) - a heterogeneous ensemble learning package -* [MLJ.jl](https://alan-turing-institute.github.io/MLJ.jl/dev/) - a machine learning framework for Julia +* [MLJ.jl](https://github.com/JuliaAI/MLJ.jl) - a machine learning framework for Julia * [ScikitLearn.jl](https://github.com/cstjean/ScikitLearn.jl) - Julia implementation of the scikit-learn API ## Classification From 781164ab0762bb048c87bc5fa0edb75a6bfb321a Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Fri, 27 Sep 2024 12:49:20 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5c1c76..614b4667 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the [JuliaAI](https://github.com/JuliaAI) organization. Available via: * [AutoMLPipeline.jl](https://github.com/IBM/AutoMLPipeline.jl) - create complex ML pipeline structures using simple expressions * [CombineML.jl](https://github.com/ppalmes/CombineML.jl) - a heterogeneous ensemble learning package -* [MLJ.jl](https://github.com/JuliaAI/MLJ.jl) - a machine learning framework for Julia +* [MLJ.jl](https://juliaai.github.io/MLJ.jl/dev/) - a machine learning framework for Julia * [ScikitLearn.jl](https://github.com/cstjean/ScikitLearn.jl) - Julia implementation of the scikit-learn API ## Classification