data-science

Daniel Slutsky 2024-10-24T16:10:31.140029Z

Hi. We are looking to make the landing page of the Noj project clearer as a main entry point to data science in Clojure. https://scicloj.github.io/noj/ Any thoughts about what might make it better? Comments, thoughts, criticism, and ideas, would help 🙏

Ludger Solbach 2024-10-24T16:13:04.562009Z

Maybe drop scinojure and just stick with noj. It's shorter and catchier.

➕ 2
🙏 1
Ludger Solbach 2024-10-24T16:17:42.923019Z

Also add relevant information on the homepage, e.g. the license or the slack and zulip channels. I would at least add the infos of the github README and add to that on the home page.

👍 1
Ludger Solbach 2024-10-24T16:22:10.877019Z

Maybe a small code example, loading and visualizing a dataset, helps to catch peoples interest. Not a full fetched example, just something catchy.

👍 1
Daniel Slutsky 2024-10-24T16:23:09.953339Z

These are all very helpful. Also, as you recommended in another thread, I will record an new intro video (and update the intro repo) for Noj v2.

👍 1
teodorlu 2024-10-24T16:43:23.865999Z

Scinojure (“Noj”) is an entry point to the Clojure stack for data & science.Noj is intended both to be a "start here" for dependencies and documentation, right? Perhaps that could be more clear from the start. Perhaps something like this: > Noj gets you started with Clojure for data and science. > • You get a collection of good libraries out of the box > • And documentation that shows you how to use the different libraries together. Assuming you aim to solve both both with Noj!

teodorlu 2024-10-24T16:44:53.379749Z

I also found myself looking for a "getting started" or "start here" link. Assuming I'm not too familiar with data science in Clojure, where might I start? What do I do?

👍 1
Daniel Slutsky 2024-10-24T16:46:36.928729Z

> Noj is intended both to be a "start here" for dependencies and documentation, right? Perhaps that could be more clear from the start. Yes. Deps, docs, and integration tests. > Perhaps something like this: That is very nice.

👍 1