uncomplicate

pjones 2017-08-18T10:43:41.000060Z

uncomplicate has some awesome packages, I am interested in testing clojure for data science, specific bayesian methods. I was hoping to test and play around with bayadera, what is the actual boot/lein dependency line to use to get bayadera installed?

pjones 2017-08-18T10:45:17.000243Z

I tried: uncomplicate/bayadera "0.1.0-SNAPSHOT" , but that generated an exception: org.sonatype.aether.transfer.ArtifactNotFoundException , as bayadera is not in the clojars.

2017-08-18T11:02:37.000023Z

@pjones bayadera is still not released to Clojars. You have to build it yourself (and have an OpenCL 2.0 capable hardware (AMD) to do that)

2017-08-18T11:03:28.000077Z

Nvidia CUDA based engine is something that I plan to release, but can't specify when I'll release that as open source.