I want to use some tools from shogun machine learning library through Google Colab. However, I cannot install the package. I tried to install Anaconda and install shogun using conda, but after installation, importing shogun is unsuccessful. I tried to follow the instructions provided by the shogun official website, though it didn't help.
So, my question is how to install shogun in a Google Colab document? Is it possible in the first place?
You can install packages in Google Colab using the the following syntax:
However, on the shogun-ml installation page they list the other installation options they have available:
Install via atp-get:
Then install the python 2 bindings with:
Install via docker:
Additionally this dockerfile would be appropriate: https://hub.docker.com/r/shogun/cloud/~/dockerfile/