This Python package implements algorithms for multiviews (multimodals) learning
scikit-multimodallearn
scikit-multimodallearn is a Python package implementing algorithms multimodal data.
It is compatible with scikit-learn, a popular
package for machine learning in Python.
Documentation
The documentation including installation instructions, API documentation
and examples is
available online.
Installation
Dependencies
scikit-multimodallearn works with Python 3.5 or later.
scikit-multimodallearn depends on scikit-learn (version >= 0.19).
Optionally, matplotlib is required to run the examples.
Installation using pip
scikit-multimodallearn is
available on PyPI
and can be installed using pip:
pip install scikit-multimodallearn
Development
The development of this package follows the guidelines provided by the
scikit-learn