Skip to content

Commit

Permalink
Merge pull request #69 from behrica/libReferences
Browse files Browse the repository at this point in the history
added [references]
  • Loading branch information
daslu authored Nov 29, 2024
2 parents 226a22f + 7a5b5e6 commit 671ab0e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions notebooks/noj_book/underlying_libraries.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
;; which are not included in Noj.)

;; ## High-performance computing
;; * [tech.ml.dataset](https://github.com/techascent/tech.ml.dataset) (TMD) - high-perfrormance table processing
;; * [dtype-next](https://github.com/cnuernber/dtype-next) - high-performance array-programming
;; * [tech.ml.dataset](https://github.com/techascent/tech.ml.dataset) (TMD) - high-perfrormance table processing [(reference)](https://techascent.github.io/tech.ml.dataset/)
;; * [dtype-next](https://github.com/cnuernber/dtype-next) - high-performance array-programming [(reference)](https://cnuernber.github.io/dtype-next/)

;; ## Data processing
;; * [Tablecloth](https://scicloj.github.io/tablecloth/) - dataset processing on top of TMD
;; * [tcutils](https://scicloj.github.io/tcutils/) - utility functions for Tablecloth datasets - 🛠 early stage
;; * [Tablecloth](https://github.com/scicloj/tablecloth) - dataset processing on top of TMD [(reference)](https://scicloj.github.io/tablecloth/)
;; * [tcutils](https://github.com/scicloj/tcutils) - utility functions for Tablecloth datasets - 🛠 early stage [(reference)](https://scicloj.github.io/tcutils/)
;; * [tmd-parquet](https://github.com/techascent/tech.parquet) - TMD bindings for [Parquet](https://parquet.apache.org/) format
;; * [clojure.java-time](https://github.com/dm3/clojure.java-time) - Java 8 Date-Time API for Clojure
;; * [clojure.java-time](https://github.com/dm3/clojure.java-time) - Java 8 Date-Time API for Clojure [(reference)](https://dm3.github.io/clojure.java-time/)

;; ## Math and statistics
;; * [Fastmath](https://github.com/generateme/fastmath) - math & stats - alpha stage of version 3
;; * [Fastmath](https://github.com/generateme/fastmath) - math & stats - alpha stage of version 3 [(reference)](https://generateme.github.io/fastmath/clay/)
;; * [same-ish](https://github.com/microsoft/same-ish) - approximate comparisons - useful for notebook testability

;; ## Machine learning
;; * [metamorph.ml](https://github.com/scicloj/metamorph.ml) - machine learning platform
;; * [metamorph.ml](https://github.com/scicloj/metamorph.ml) - machine learning platform [(reference)](https://cljdoc.org/badge/scicloj/metamorph.ml)
;; * [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) - Plugin to use [sklearn](https://scikit-learn.org/) models in metamorph.ml

;; ## Visualization
;; * [Tableplot](https://scicloj.github.io/tableplot/) - easy layered graphics - 🛠 alpha version - should stabilize soon
;; * [Tableplot](https://github.com/scicloj/tableplot) - easy layered graphics - 🛠 alpha version - should stabilize soon [(reference)](https://scicloj.github.io/tableplot/)
;; * [Hanami](https://github.com/jsa-aerial/hanami) - interactive datavis
;; * [Emmy-viewers](https://github.com/mentat-collective/emmy-viewers?tab=readme-ov-file) - math visualization
;; * [Kindly](https://scicloj.github.io/kindly-noted/) - datavis standard
;; * [Kindly](https://github.com/scicloj/kindly-noted) - datavis standard [(reference)](https://scicloj.github.io/kindly-noted/kindly)

;; ## Bridges to other languages
;; * [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
;; * [libpython-clj](https://github.com/clj-python/libpython-clj) - Python bindings [(reference)](https://clj-python.github.io/libpython-clj/)
;; * [kind-pyplot](https://github.com/scicloj/kind-pyplot) - Python plotting [(reference)](https://scicloj.github.io/kind-pyplot/)
;; * [ClojisR](https://github.com/scicloj/clojisr) - R bindings [(reference)](https://clj-python.github.io/libpython-clj/)

0 comments on commit 671ab0e

Please sign in to comment.