From 624c9a2eacbc8571a2a8e892266c28eb18a8a79e Mon Sep 17 00:00:00 2001 From: daslu Date: Sat, 28 Sep 2024 01:23:28 +0300 Subject: [PATCH] updated list of underlying libraries --- notebooks/noj_book/underlying_libraries.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notebooks/noj_book/underlying_libraries.clj b/notebooks/noj_book/underlying_libraries.clj index e96a95d..4db2146 100644 --- a/notebooks/noj_book/underlying_libraries.clj +++ b/notebooks/noj_book/underlying_libraries.clj @@ -15,8 +15,11 @@ ;; * [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 -;; * [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) ❗ +;; * [scicloj.ml.tribuo](https://github.com/scicloj/scicloj.ml.tribuo) - [Tribuo](https://tribuo.org/) machine learning models +;; * [scicloj.ml.smile](https://github.com/scicloj/scicloj.ml.smile) - [Smile](https://haifengl.github.io/) (v 2.6) machine learning models +;; * [sklearn-clj](https://github.com/scicloj/sklearn-clj) - ;; * 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 ;; * [kind-pyplot](https://scicloj.github.io/kind-pyplot/) - Python plotting ;; * [ClojisR](https://scicloj.github.io/clojisr/) - R bindings +;; * [same-ish](https://github.com/microsoft/same-ish) - approximate comparisons - useful for notebook testability