Fork me on GitHub
#data-science
<
2017-02-17
>
aaelony00:02:21

I also think that https://github.com/uncomplicate/bayadera may be useful there in the future as well

blueberry01:02:22

@aaelony @nblumoe Bayadera roughly has similar use cases as Stan. Much faster on the models that I've tried. Needs to be documented, released, and polished...

nblumoe07:02:13

cool thanks!

schaueho20:02:02

just checking in here after a felt millenium to ask a silly question and directly bump into a useful tip (about bayadera), cool

schaueho20:02:03

anyways, I'm tinkering around with some code that implements a multinominal nb classifier which is currently doing a lot of stuff based on simple clojure vectors

schaueho20:02:00

in particular, I'm sort of slicing my data matrix manually

schaueho20:02:04

this is taking a lot of time and I'm wondering if a change to matrix/select (vectorz-clj) is likely to be faster

schaueho20:02:56

I know it's a very broad question that is hard to answer without seeing concrete code