https://github.com/hyperspy/hyperspy-ml-algorithms
Standalone sklearn-like ML algorithms extracted from HyperSpy — SVD/PCA, MLPCA, RPCA, ORNMF, IncrementalSVD, Orthomax, Whitening
https://github.com/hyperspy/hyperspy-ml-algorithms
Last synced: 5 days ago
JSON representation
Standalone sklearn-like ML algorithms extracted from HyperSpy — SVD/PCA, MLPCA, RPCA, ORNMF, IncrementalSVD, Orthomax, Whitening
- Host: GitHub
- URL: https://github.com/hyperspy/hyperspy-ml-algorithms
- Owner: hyperspy
- License: other
- Created: 2026-06-24T13:15:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-24T15:13:18.000Z (about 1 month ago)
- Last Synced: 2026-06-24T15:14:15.670Z (about 1 month ago)
- Language: Python
- Size: 138 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyperspy-ml-algorithms
Standalone sklearn-like ML algorithms extracted from [HyperSpy](https://hyperspy.org).
[](https://github.com/hyperspy/hyperspy-ml-algorithms/actions/workflows/tests.yml)
[](https://hyperspy-ml-algorithms.readthedocs.io)
[](https://codecov.io/gh/hyperspy/hyperspy-ml-algorithms)
[](https://results.pre-commit.ci/latest/github/hyperspy/hyperspy-ml-algorithms/main)
[](https://www.gnu.org/licenses/gpl-3.0)
## Installation
```bash
pip install hyperspy-ml-algorithms
```
## Development
```bash
git clone https://github.com/hyperspy/hyperspy-ml-algorithms.git
cd hyperspy-ml-algorithms
pip install -e ".[dev,sklearn]"
```
## License
GNU General Public License v3.0 or later.