data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
Jiří Rejman 2020-06-10T13:10:28.314200Z

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?

chrisn 2020-06-10T14:49:00.315500Z

@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.

👍 1