PyMVPA is a Python package intended to ease statistical learning analyses of large datasets. It offers an extensible framework with a high-level interface to a broad range of algorithms for classification, regression, feature selection, data import and export. While it is not limited to the neuroimaging domain, it is eminently suited for such datasets.
PyMVPA is a Python package intended to ease statistical learning analyses of large datasets. It offers an extensible framework with a high-level interface to a broad range of algorithms for classification, regression, feature selection, data import and export. While it is not limited to the neuroimaging domain, it is eminently suited for such datasets.
To install py312-pymvpa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pymvpa
To see what files were installed by py312-pymvpa, run:
port contents py312-pymvpa
To later upgrade py312-pymvpa, run:
sudo port selfupdate && sudo port upgrade py312-pymvpa
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.