data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
yuhan 2020-07-27T09:42:33.434200Z

Does anyone know a library for doing smooth differentiation (Savitsky-Golay, etc) on 1D signals?

genmeblog 2020-07-28T14:28:27.438900Z

@qythium just added Savitzky-Golay to fastmath library: https://generateme.github.io/fastmath/fastmath.signal.html#var-savgol-filter

⭐ 1
2020-07-27T10:04:44.435Z

@qythium if you don't get an answer here there is a lot more activity on the clojurians zulip data science stream: https://clojurians.zulipchat.com/#narrow/stream/151924-data-science

Kamuela 2020-07-28T20:30:31.440400Z

What is Zulip and why not here?

2020-07-28T21:00:13.440600Z

Zulip is more of a discussion board rather than real time chat

2020-07-28T21:00:42.440800Z

And it just seems to be where the data science community hangs out more often

yuhan 2020-07-27T10:35:13.435200Z

Thanks for the tip! I'll check it out