I am working on a Windows computer of my company and I want to use Scikit-Learn in an ArcMap Python Toolbox. Is this possible? If so, how can I install it?
For smaller packages that are exclusively written in Python, I managed to just make a local copy of the Package and to add it using
sys.path.append()
However, this did not work for Scikit-Learn.
If possible, I would not only use Scikit-Learn but also distribute it along with the Toolbox.