Fork me on GitHub
#data-science
<
2023-05-24
>
leifericf08:05:11

https://docs.metaflow.org/introduction/what-is-metaflow implements some pretty cool ideas. > "Metaflow is a human-friendly Python library that makes it straightforward to develop, deploy, and operate various kinds of data-intensive applications, in particular those involving data science and ML. Metaflow was originally developed at Netflix to boost the productivity of data scientists who work on a wide variety of projects, from classical statistics to state-of-the-art deep learning." Do we have something akin to that in the Clojure data science ecosystem? :thinking_face: I have a feeling Clojure + Datomic could do it even better.

Darin Douglass13:05:55

At face-value this looks a lot like https://www.prefect.io/orion/, which offers multi-language support. I had a mostly-functional clojure driver for it but then I changed jobs.

👀 2