Fork me on GitHub
#data-science
<
2018-10-12
>
alan06:10:33

Hi everyone! I just released Clojure wrappers for XGBoost https://gitlab.com/alanmarazzi/clj-boost now we can train, store and predict using the full power of XGBoost directly from our REPL! If you have time, try it and let me know how it feels!

👍 28
parrot 4
❤️ 8
Ben Kamphaus18:10:04

very cool, @justalanm — xgboost + mxnet is a hell of a toolkit for clj folks to have access to.

Ben Kamphaus18:10:28

do you have more info on what the tools.deps issue is? (I guess I could poke at it and discover it for myself if need be…)

Ben Kamphaus18:10:49

also, I’ll be giving a talk with some data science/machine learning parts, for anyone who’s going to conj (or might want to catch it after): https://twitter.com/BenKamphaus/status/1050753160245997568

👏 4
alan18:10:37

@bkamphaus thanks! Regarding the tools.deps issue, the problem is that Xgboost doesn't have jars on Maven, only poms, and it seems that tools.deps is not able to handle this case

Ben Kamphaus18:10:12

ok, got it, thanks!