Fork me on GitHub
#data-science
<
2020-06-10
>
Jiří Rejman13:06:28

Hi, what is your current Clojure data science toolkit? I'm trying to go througth programming machine learning book using clojure and i would like to use more "real life" tools for data wrangling and matrix manipulation. I use the clojure.core.matrix but it lack some functionality compared to for example numpy. So what are your suggestions?

chrisn14:06:00

@rejmank1 - https://github.com/cnuernber/simpledata/ is one option. Smile includes a linear algebra binding so you can write anything like that using their system or move into Neanderthal for heavier things.

👍 4