
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
mvcluster is an open-source Python package developed during my research internship at Centre Borelli (Université Paris Cité) from April to July 2025. The package implements advanced algorithms for multiview clustering, with a focus on graph-structured data.
pip install mvcluster
Python ≥ 3.8
numpy ≥ 1.21
scipy ≥ 1.7
scikit-learn ≥ 1.0
torch ≥ 1.9.0 (optional for GPU acceleration)
networkx ≥ 2.6
from mvcluster.cluster import LMGEC
from mvcluster.utils.datagen import datagen
# Load sample dataset
As, Xs, y = datagen('dblp')
# Initialize and fit LMGEC model
model = LMGEC(beta=2, temperature=10)
labels = model.fit_predict(X)
# Evaluate clustering
from sklearn.metrics import adjusted_rand_score
print(f"ARI: {adjusted_rand_score(y, labels):.3f}")
Full documentation is available at: https://gackouhamady.github.io/mvcluster/
** Includes:
API reference
Tutorials
Theory behind the algorithms
Contribution guidelines
Developed during my research internship at Centre Borelli under the supervision of Lazhar Labiod. The project focused on:
Developing efficient algorithms for multiview graph clustering
Creating a user-friendly Python package
Benchmarking against existing methods
Applying techniques to real-world datasets
Supported Datasets
DBLP academic network
ACM citation network
IMDB movie database
Amazon product graphs
Wikipedia article network
Aloi
Mfeat
Arabidopsis
We welcome contributions! Please see our Contribution Guidelines for details.
If you use mvcluster in your research, please cite:
@inproceedings{fettal2023efficient, author = {Fettal, Chakib and Labiod, Lazhar and Nadif, Mohamed}, title = {Simultaneous Linear Multi-view Attributed Graph Representation Learning and Clustering}, booktitle = {Proceedings of the 16th ACM International Conference on Web Search and Data Mining}, year = {2023}, doi = {10.1145/3539597.3570367} }
For questions or support, please contact: [researcherdatascientist@gmail.com]
License: MIT Status: Active development Python versions: 3.8+ Source Code: https://github.com/gackouhamady/mvcluster
FAQs
A Python package for multiview unsupervised clustering
We found that mvcluster demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.