You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building/installing Shogun can be a bit involved, the following process may be used as a working example. Using the Conda package manager, one creates a dedicated environment:
Create the above environment, activate it, clone the dev branch of Shogun (this process worked with shogun_5.0.0-602-g86ca84e) and follow Shogun's installation instructions; specifically, call cmake as follows
Building/installing Shogun can be a bit involved, the following process may be used as a working example. Using the Conda package manager, one creates a dedicated environment:
Create the above environment, activate it, clone the dev branch of Shogun (this process worked with
shogun_5.0.0-602-g86ca84e
) and follow Shogun's installation instructions; specifically, callcmake
as followsAssuming that this worked, call afterwards:
make && make install
If everything works, this will install Shogun in the Conda environment, i.e., Shogun will be available as soon as the environment is activated.
The text was updated successfully, but these errors were encountered: