From a719bd34ca38ad0ee5315b3320ebf1120f9c1caa Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Thu, 9 May 2024 10:04:29 +1200 Subject: [PATCH] doc tweak --- ORGANIZATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ORGANIZATION.md b/ORGANIZATION.md index cb25732e5..8a2374b05 100644 --- a/ORGANIZATION.md +++ b/ORGANIZATION.md @@ -59,9 +59,9 @@ its conventional use, are marked with a ⟂ symbol: * (⟂) [OpenML.jl](https://github.com/JuliaAI/OpenML.jl) provides integration with the [OpenML](https://www.openml.org) data science exchange platform -* (⟂) [MLJLinearModels.jl](https://github.com/JuliaAI/MLJLinearModels.jl) is an - experimental package for a wide range of julia-native penalized linear models such as - Lasso, Elastic-Net, Robust regression, LAD regression, etc. +* (⟂) [MLJLinearModels.jl](https://github.com/JuliaAI/MLJLinearModels.jl) provides a wide + range of julia-native penalized linear models such as Lasso, Elastic-Net, Robust + regression, LAD regression, etc. * [MLJFlux.jl](https://github.com/FluxML/MLJFlux.jl) an experimental package for gradient-descent models, such as traditional neural-networks, built with