Python package for multi-view machine learning

mvlearn mvlearn Last update: Feb 22, 2024

PyPI - Python Version GH Actions Tests CircleCI codecov PyPI version Conda Version License Paper shield

mvlearn is an open-source Python software package for multiview learning tools.

mvlearn aims to serve as a community-driven open-source software package that offers reference implementations for algorithms and methods related to multiview learning (machine learning in settings where there are multiple incommensurate views or feature sets for each sample). It brings together the most widely-used tools in this setting with a standardized scikit-learn like API, well tested code and high-quality documentation. Doing so, we aim to facilitate application, extension, and comparison of methods, and offer a foundation for research into new multiview algorithms. We welcome new contributors and the addition of methods with proven efficacy and current use.

Citing mvlearn

If you find the package useful for your research, please cite our JMLR Paper.

Perry, Ronan, et al. "mvlearn: Multiview Machine Learning in Python." Journal of Machine Learning Research 22.109 (2021): 1-7.

BibTeX entry:

@article{perry2021mvlearn,
  title={mvlearn: Multiview Machine Learning in Python},
  author={Perry, Ronan and Mischler, Gavin and Guo, Richard and Lee, Theodore and Chang, Alexander and Koul, Arman and Franz, Cameron and Richard, Hugo and Carmichael, Iain and Ablin, Pierre and Gramfort, Alexandre and Vogelstein, Joshua T.},
  journal={Journal of Machine Learning Research},
  volume={22},
  number={109},
  pages={1-7},
  year={2021}
}

Subscribe to our newsletter