I don't think Weka (at least the interesting parts of it) could run on Android either. I don't really foresee the whole Scipy stack running on Android; maybe one day when all dependencies are rewritten in PyPy and are faster and still 100% compatible...
One thing that would be possible (but I don't know whether it would be useful for any appliers) would be to implement a prediction-only library, so you could develop models on your PC or in the cloud, download the pickled estimator and deploy it. However I think people who need to do this end up writing the whole custom predictor; as it'd be more efficient. Do you have any specific use case in mind for running scikit-learn on Android? Maybe an interesting and more useful project instead would be to implement PMML (Predictive Model Markup Language) exporters. My 2c, Vlad On Mon Jan 20 00:24:16 2014, Olivier Grisel wrote: > 2014/1/20 Tejas Nikumbh <[email protected]>: >> Hi guys, >> >> Is there a way we can utilise scikit-learn in android based projects? > > AFAIK, no. > >> If not , does this sound like a good idea for a project [possibly a gsoc >> project]? What might be the hurdles associated? > > Trying to build scipy and its fortran build and runtime dependencies > on Android is going to be fun :) > ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
