Re: Feedback request for new Java API

2018-09-27 Thread Andrew Ayres
ke Java side easy to change to make > it better compatible with users. > > Thanks, > Qing > > On 9/27/18, 3:25 PM, "Andrew Ayres" wrote: > > Hi, > > Currently, we're working to implement a new Java API and would like > some > feedback from the com

Feedback request for new Java API

2018-09-27 Thread Andrew Ayres
Hi, Currently, we're working to implement a new Java API and would like some feedback from the community on an implementation detail. In short, the new Java API will use the existing Scala API (in a manner similar to how the current Clojure API works). This basically means that we're making Java

New Java Inference API

2018-05-09 Thread Andrew Ayres
Hi all, There has been a lot of interest expressed in having a Java API for doing inference. The general idea is that after training a model using python, users would like to be able to load the model for inference inside their existing production eco-system. We've begun exploring a few options