data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
2021-06-18T13:09:35.010400Z

Are there any really great practice sets to work with? I’m trying to learn statistics through Clojure libraries like Incanter or Kixi

2021-06-18T13:10:21.010900Z

Also, are there any books like “Think Stats” but for Clojure? Or a Clojure translation of it? https://greenteapress.com/wp/think-stats-2e/

chrisn 2021-06-18T13:35:59.011900Z

I would check out https://github.com/generateme/fastmath also as far as Clojure stats libraries go. @tsulej as some version of think-stats he was working with.

👍 1
genmeblog 2021-06-18T13:51:49.013200Z

I indeed translated first 5 chapters of TS2e https://github.com/generateme/ThinkStats2/tree/master/thinkstats-clj/src/thinkstats_clj

2021-06-18T14:36:16.013500Z

Amazing, thank you

2021-06-18T14:39:40.014900Z

@chris441 @tsulej what is notable about fastmath related to the other libraries i pointed to?

2021-06-18T14:52:01.016100Z

Thank you so much for translating that book. I’ve been wanting to do more computational stats for a while but Python just didn’t click with me

genmeblog 2021-06-18T15:03:49.019200Z

I wrote fastmath as a support math library for clojure2d and it's a bag of functions I needed.