
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
mvcluster
Advanced tools
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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.