Also depending on the model you want to deploy, if you just need to predict using a pre-trained model you can extract the decision function and the data of the model and rewrite it in another language. In many cases applying a trained model is very easy.
Vlad On Wed, Jul 17, 2013 at 12:31 AM, Ronnie Ghose <[email protected]> wrote: > Dare I suggest this but maybe you could use something like pyjamas or > emscripten like repl.it ? Assuming you would prefer a web alternative > > On Jul 16, 2013 5:21 PM, "Andreas Mueller" <[email protected]> wrote: >> >> Hey Panos. >> I have no idea about android but if you can run CPython, you'd be fine. >> Maybe it is easier to set the thing up as a web service: send the data >> somewhere, run the sklearn model there, >> and send back the result. >> >> Cheers, >> Andy >> >> >> On 07/16/2013 08:45 PM, Panos Lazouras wrote: >> >> Hi everyone, >> >> I have been using scikit-learn as part of my thesis for the past weeks. My >> thesis, involves machine learning and would be perfect if I could use >> scikit-learn in the context of an Android application. So, my question is: >> Is there any way to run scikit-learn on Android? >> >> Regards, >> >> Panos >> >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> >> >> >> _______________________________________________ >> Scikit-learn-general mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general >> >> >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Scikit-learn-general mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general >> > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
