I have. Works fine. You can import any python library in web2py as long as it is installed. You can have issues with libraries that are not thread safe and if they are, you will have to lock when using them. I do not know for sure which algos in scikit learn are thread safe and which ones are not. You have to check that.
Massimo On Monday, 13 November 2017 23:57:25 UTC-6, GIsaac wrote: > > Hi all, > > I'm doing a project which will be based around web frameworks and > adaptivity using machine learning, and have been looking into the > possibility of using web2py. > > Is it possible to import/use the Scikit-learn library with web2py? Has > anyone here done this? > I understand that it is possible to import other python libraries into > web2py, however haven't seen any examples of people doing this with scikit > specifically. > > Many thanks for any help that can be given. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

