From 71802484dbdb2dffd947ce49643ee263d2888f89 Mon Sep 17 00:00:00 2001 From: ayman-albaz <39199399+ayman-albaz@users.noreply.github.com> Date: Sat, 31 Jul 2021 18:48:57 -0400 Subject: [PATCH] Update packages.json --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 2649bf4..7514847 100644 --- a/packages.json +++ b/packages.json @@ -23443,5 +23443,23 @@ "description": "Godot-Nim Utility - Godot gamedev with Nim", "license": "MIT", "web": "https://github.com/Knaque/gnu" + }, + { + "name": "linear_models", + "url": "https://github.com/ayman-albaz/linear-models", + "method": "git", + "tags": [ + "math", + "linear-algebra", + "statistics", + "machine-learning", + "BLAS", + "LAPACK", + "linear", + "glm" + ], + "description": "Generalized linear models in Nim.", + "license": "Apache-2.0 License", + "web": "https://github.com/ayman-albaz/linear-models" } ]