data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
davehodge 2020-04-19T15:31:21.110100Z

looking to create a movie recommender, any resources I should look at? I have created a recommendations system (in SQL) with Pearson Correlation awhile ago.

2020-04-19T18:08:23.114200Z

A long time ago, a nameless/blameless Clojure person and I used the https://lenskit.org from Clojure, this was ad-hoc, unfinished, unpublished work done while we were taking a Recommender Systems MOOC. Looks like LensKit has transitioned to Python, if LensKit seems interesting, you might take a look at the feasibility of accessing it via https://github.com/clj-python/libpython-clj, or not 🙂

1
practicalli-john 2020-04-19T18:16:52.114400Z

This article about recommender systems was posted recently, you may find it interesting https://findka.com/blog/rec-sys-in-30-lines/

👍 1
val_waeselynck 2020-04-19T20:24:43.115Z

http://www.mmds.org/

👍 1