leijack
Oct 15, 2017 - 10:46
I write import sklearn ,but Pythonista can not find it
I write import sklearn ,but Pythonista can not find it
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).