data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
2020-06-26T00:31:56.347Z

Just updated oz master fixing a couple of bugs. Still have a few more I'm squashing before tests will pass fully, but getting close.

2020-06-26T00:34:43.348800Z

Can test the latest master out on a file like this (REPL):

clj -Sdeps '{:deps {metasoarous/oz {:git/url "<https://github.com/metasoarous/oz>" :sha "747c2a88d3c42f11af7a997254bc3dc7af442aca"}}}'

2020-06-26T00:35:24.349800Z

You can even run live-view! from the clj cli like this:

clj -Sdeps '{:deps {metasoarous/oz {:git/url "<https://github.com/metasoarous/oz>" :sha "747c2a88d3c42f11af7a997254bc3dc7af442aca"}}}' -e "(require '[oz.core]) (oz.core/live-view! \"path/to/content.md\" :port 9764)" 

2020-06-26T00:36:44.351200Z

Hoping to set up a proper -main function in there before releasing, which will let you run build, compile , view, etc, with args mapped through to the underlying api functions.

👍 2
2020-06-26T00:36:53.351600Z

More updates soon!

2020-06-26T08:14:51.351800Z

🆒

2020-06-26T10:46:09.353Z

New chapter! Numerical Linear Algebra for Programmers release 0.9.0, with a chapter on Principal component analysis (PCA) Subscribe and read now at https://aiprobook.com/numerical-linear-algebra-for-programmers

🚀 2
2
2020-06-26T17:40:18.353400Z

Hooray for PCA!