The machine-learning toolbox's focus is on large-scale kernel methods
The machine-learning toolbox's focus is on large-scale kernel methods and especially on Support Vector Machines (SVM). It provides a generic SVM object interfacing to several different SVM implementations, among them the state of the art OCAS, LibSVM, SVMLight, SVMLin and GPDT.
The machine-learning toolbox's focus is on large-scale kernel methods and especially on Support Vector Machines (SVM). It provides a generic SVM object interfacing to several different SVM implementations, among them the state of the art OCAS, LibSVM, SVMLight, SVMLin and GPDT.
To install shogun, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shogun
To see what files were installed by shogun, run:
port contents shogun
To later upgrade shogun, run:
sudo port selfupdate && sudo port upgrade shogun
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.