简体   繁体   中英

Load scikit-learn library without installing it

My problem : I have a script that needs scikit learn 0.17 library. I have to deploy an application which use this script on a server on which I am not allowed to install anything. However I know that scikit learn 0.15 is installed on the server. I know there is some stuff about this topic on stackoverflow, but I'm a noob and I'm stuck.

My Question : Anyone see how it could be possible to load scikit learn 0.17 package without installing it?

Check that site: https://try.jupyter.org/ It contains interpreter with numpy, scikit and another goods. Upload your code and enjoy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM