This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-14
Channels
- # adventofcode (38)
- # announcements (42)
- # aws (3)
- # babashka (8)
- # beginners (165)
- # calva (36)
- # chlorine-clover (14)
- # cider (6)
- # clj-kondo (5)
- # cljsrn (33)
- # clojure (27)
- # clojure-australia (1)
- # clojure-czech (1)
- # clojure-doc (1)
- # clojure-europe (26)
- # clojure-nl (6)
- # clojure-spec (6)
- # clojure-uk (3)
- # clojurescript (10)
- # code-reviews (20)
- # conjure (1)
- # core-logic (5)
- # cursive (3)
- # data-science (5)
- # datomic (35)
- # emacs (1)
- # figwheel-main (3)
- # fulcro (10)
- # honeysql (1)
- # introduce-yourself (4)
- # jobs (3)
- # jobs-discuss (4)
- # minecraft (2)
- # missionary (28)
- # nextjournal (3)
- # off-topic (45)
- # pathom (7)
- # polylith (1)
- # portal (22)
- # practicalli (2)
- # re-frame (4)
- # reagent (19)
- # releases (3)
- # remote-jobs (3)
- # reveal (1)
- # rum (4)
- # shadow-cljs (37)
- # spacemacs (14)
- # sql (1)
- # tools-build (7)
- # tools-deps (16)
- # vim (13)
- # xtdb (15)
@chris441 Hey, sorry for not getting back to you. I didn’t solve it, but I exported the dataset as CSV and imported it into Python. I am on a tight schedule to produce some clustering for a researcher, so I didn’t want to risk not making it in time. If I manage to get it working in Python before I go on holiday, I will definitely attempt to backport it to Clojure (since I am much more comfortable using Clojure), but for something like this where I am not an expert (ML) using new Clojure libraries is a lot riskier than just using sklearn directly in Python.
This is the exact list I was looking for: https://github.com/cnuernber/dtype-next/blob/master/src/tech/v3/datatype/datetime/base.clj#L398-L416 I think this list should be present in your documentation. Magic keywords are quite hard to figure out for a beginner, especially when they’re not namespaced. It would make it a lot more beginner-friendly to to know what the legal typecasts are and which keywords are used to invoke them.