An interactive machine learning system for building classifiers quickly.
DUALIST is an interactive machine learning system for building classifiers quickly. It does so by asking "questions" of the user in the form of both data instances (e.g., text documents) and features (e.g., words or phrases). It utilizes active and semi-supervised learning to quickly train a multinomial naive Bayes classifier for this setting.
DUALIST is an interactive machine learning system for building classifiers quickly. It does so by asking "questions" of the user in the form of both data instances (e.g., text documents) and features (e.g., words or phrases). It utilizes active and semi-supervised learning to quickly train a multinomial naive Bayes classifier for this setting.
To install dualist, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dualist
To see what files were installed by dualist, run:
port contents dualist
To later upgrade dualist, run:
sudo port selfupdate && sudo port upgrade dualist
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.