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