Forum Archive

How to import sklearn in pythonista

leijack

I write import sklearn ,but Pythonista can not find it

dgelessus

sklearn is not included with Pythonista, and you cannot install it manually (because it uses C code, and requires scipy, another library that cannot be installed).