From 2388e2d72b68854c31ff21c9abd1d5a700393673 Mon Sep 17 00:00:00 2001 From: daslu Date: Sun, 22 Sep 2024 23:46:32 +0300 Subject: [PATCH] slight update to underlying libraries page --- notebooks/noj_book/underlying_libraries.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/noj_book/underlying_libraries.clj b/notebooks/noj_book/underlying_libraries.clj index 221af1e..5ae5dd8 100644 --- a/notebooks/noj_book/underlying_libraries.clj +++ b/notebooks/noj_book/underlying_libraries.clj @@ -14,7 +14,7 @@ ;; * [Fastmath](https://github.com/generateme/fastmath) - math & stats - 🛠 [snapshot](https://clojars.org/generateme/fastmath/versions/3.0.0-SNAPSHOT) of the upcoming version 3 ;; * [Hanamicloth](https://scicloj.github.io/hanamicloth/) - easy layered graphics - 🛠 alpha version - should stabilize soon ;; * [Hanami](https://github.com/jsa-aerial/hanami) - interactive datavis -;; * [metamorph.ml](https://github.com/scicloj/metamorph.ml) - machine learning platform - 🛠 using the [addLinearRegression-continued branch](https://github.com/scicloj/metamorph.ml/tree/addLinearRegression-continued) with upcoming regression functions +;; * [metamorph.ml](https://github.com/scicloj/metamorph.ml) - machine learning platform - 🛠 using the [addLinearRegression branch](https://github.com/scicloj/metamorph.ml/tree/addLinearRegression) with upcoming regression functions ;; * [scicloj.ml.tribuo](https://github.com/scicloj/scicloj.ml.tribuo) - [Tribuo](https://tribuo.org/) machine learning models - see [known issues](./noj_book.known_issues.html) ❗ ;; * some Tribuo modules added by default: general-linear and tree ensembles for regression/classification ;; * [libpython-clj](https://github.com/clj-python/libpython-clj) - Python bindings