Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-27 Thread Robert Kern
On Sat, Oct 27, 2012 at 10:39 PM, Joseph Turian wrote: > How does jnius compare with jpype? It isn't dead, mostly. More seriously, with active developers and Cython underpinnings, they might accept some PRs to add efficient numpy support. -- Robert Kern ---

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-27 Thread Joseph Turian
How does jnius compare with jpype? On Fri, Oct 26, 2012 at 4:52 PM, Robert Kern wrote: > On Fri, Oct 26, 2012 at 4:52 PM, Didier Vila wrote: >> Mathieu and Olivier, >> >> Thanks for your emails. >> >> My interest on python and scikit-learn growth each day so I will try a >> solution for the new

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-27 Thread didier vila
> From: robert.k...@gmail.com > Date: Fri, 26 Oct 2012 21:52:03 +0100 > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] Jython and Scikit-Learn > > On Fri, Oct 26, 2012 at 4:52 PM, Didier Vila wrote: > > Mathieu and Olivier, > &

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Robert Kern
On Fri, Oct 26, 2012 at 4:52 PM, Didier Vila wrote: > Mathieu and Olivier, > > Thanks for your emails. > > My interest on python and scikit-learn growth each day so I will try a > solution for the new system through Jepp or Jpype. I will let you know > what will happen. You may also want to consi

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Didier Vila
...@capquestco.com <mailto:mbruna...@capquestco.com> From: mblon...@gmail.com [mailto:mblon...@gmail.com] On Behalf Of Mathieu Blondel Sent: 26 October 2012 17:29 To: Didier Vila Cc: scikit-learn-general Subject: Re: [Scikit-learn-general] Jython and Scikit-Learn Didier, Have you seen

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Mathieu Blondel
Didier, Have you seen https://code.google.com/p/jahmm/? It's a good HMM library in Java. Mathieu -- The Windows 8 Center In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Mathieu Blondel
On Sat, Oct 27, 2012 at 12:33 AM, Olivier Grisel wrote: > > This is probably the kind of stuff jepp does for you without having to > mess with JNI yourself. Packaing JNI wrapped C programs in a cross > platform manner can be a hell. > Not sure if jepp supports creating numpy arrays from Java arra

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Didier Vila
nt: 26 October 2012 16:34 To: math...@mblondel.org; scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Jython and Scikit-Learn 2012/10/26 Mathieu Blondel : > > I was thinking at how to use scikit-learn from Java the other day when I saw > this thread. Since it is p

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Olivier Grisel
2012/10/26 Mathieu Blondel : > > I was thinking at how to use scikit-learn from Java the other day when I saw > this thread. Since it is possible to call Python functions from C and embed > a Python interpreter in C, it should be possible to access a pointer to a > Java array's contents via JNI, cr

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Mathieu Blondel
On Fri, Oct 26, 2012 at 11:06 PM, Olivier Grisel wrote: See also: > http://stackoverflow.com/questions/12738827/how-can-i-call-scikit-learn-classifiers-from-java > > I was thinking at how to use scikit-learn from Java the other day when I saw this thread. Since it is possible to call Python functi

Re: [Scikit-learn-general] Jython and Scikit-Learn

2012-10-26 Thread Olivier Grisel
2012/10/26 Didier Vila : > Good Afternoon all, > > I have two questions that can look naive as I don’t know Jython and the > difference with Python. > > In the future, I should potentially create and converted python- with > scikit learn codes to JAR files . Later on, these JAR files will be used