Suite of Fast Incremental Algorithms for Machine Learning
The suite of fast incremental algorithms for machine learning (sofia-ml) can be used for training models for classification, regression, ranking, or combined regression and ranking. Several different techniques are available. This release is intended to aid researchers and practitioners who require fast methods for classification and ranking on large, sparse data sets.
The suite of fast incremental algorithms for machine learning (sofia-ml) can be used for training models for classification, regression, ranking, or combined regression and ranking. Several different techniques are available. This release is intended to aid researchers and practitioners who require fast methods for classification and ranking on large, sparse data sets.
To install sofia-ml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sofia-ml
To see what files were installed by sofia-ml, run:
port contents sofia-ml
To later upgrade sofia-ml, run:
sudo port selfupdate && sudo port upgrade sofia-ml
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.