An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# hyperspy-ml-algorithms

Standalone sklearn-like ML algorithms extracted from [HyperSpy](https://hyperspy.org).

[![Tests status](https://github.com/hyperspy/hyperspy-ml-algorithms/actions/workflows/tests.yml/badge.svg)](https://github.com/hyperspy/hyperspy-ml-algorithms/actions/workflows/tests.yml)
[![Documentation status](https://readthedocs.org/projects/hyperspy-ml-algorithms/badge/?version=latest)](https://hyperspy-ml-algorithms.readthedocs.io)
[![codecov](https://codecov.io/gh/hyperspy/hyperspy-ml-algorithms/graph/badge.svg)](https://codecov.io/gh/hyperspy/hyperspy-ml-algorithms)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hyperspy/hyperspy-ml-algorithms/main.svg)](https://results.pre-commit.ci/latest/github/hyperspy/hyperspy-ml-algorithms/main)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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.