This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-22
Channels
- # announcements (3)
- # beginners (22)
- # braveandtrue (6)
- # calva (2)
- # cider (85)
- # cljdoc (1)
- # cljs-dev (21)
- # cljsrn (2)
- # clojure (70)
- # clojure-italy (9)
- # clojure-spec (1)
- # clojure-uk (144)
- # clojure-ukraine (6)
- # clojurescript (109)
- # cursive (59)
- # data-science (15)
- # datomic (40)
- # emacs (8)
- # fulcro (64)
- # funcool (8)
- # graphql (8)
- # hispano (3)
- # hoplon (7)
- # jobs-discuss (29)
- # leiningen (3)
- # luminus (2)
- # off-topic (13)
- # onyx (9)
- # parinfer (49)
- # pedestal (2)
- # portkey (8)
- # re-frame (10)
- # reagent (33)
- # reitit (13)
- # ring (2)
- # ring-swagger (16)
- # shadow-cljs (193)
- # spacemacs (1)
- # sql (19)
- # tools-deps (19)
I can see quite a few random forest implementations in clojure. Are there any in particular people here have used before and liked/think are production-worthy?
Thanks! Does this mean you have to go through Java (http://docs.h2o.ai/#languages)?
I typically use it from R, but it supports python, java, an interface called “Flow” from a web browser and more. Under the hood all these language bindings function the same way by emitting JSON commands (which could come from clojure) to the REST API. https://github.com/h2oai/h2o-3/blob/master/h2o-docs/src/api/REST/h2o_3_rest_api_overview.md
At some point, I wanted to write a clojure library to do this but never got around to it…
You could also interop directly with the H2o’s java code base, but it might be better to use the REST APi
Or xgboost, which has java binding. Of course, xgboost is about weaky classifiers and low variance, in opposite of RF, but results is very promising and wildly usefull.