Metadata-Version: 2.4
Name: mvcluster
Version: 1.12
Summary: A Python package for multiview unsupervised clustering
Author-email: Hamady GACKOU <researcherdatascientist@gmail.com>
License: MIT
Keywords: multiview clustering,unsupervised learning,data science
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: torch
Requires-Dist: scipy

# mvcluster

A Python package for multiview unsupervised clustering.

## Installation

```bash
pip install mvcluster
```
# Usage

```bash
from mvcluster import core
```

---

   
