Metadata-Version: 2.1
Name: mvlearn
Version: 0.0.1
Summary: A set of python modules for multiview learning
Home-page: https://github.com/NeuroDataDesign/mvlearn
Author: ('Richard Guo', 'Ronan Perry', 'Gavin Mischler', 'Theo Lee', 'Alexander Chang', 'Arman Koul', 'Cameron Franz')
Author-email: rflperry@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: graspy (>=0.1.1)
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: pillow (<7.0)
Requires-Dist: pandas (>=0.25.0)
Requires-Dist: scikit-learn (>=0.19.1)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: torch (>=1.1.0)
Requires-Dist: torchvision (>=0.4.2)
Requires-Dist: tqdm

# mvlearn

[![Python](https://img.shields.io/badge/python-3.7-blue.svg)]()
[![Build Status](https://travis-ci.com/NeuroDataDesign/mvlearn.svg?branch=master)](https://travis-ci.com/NeuroDataDesign/mvlearn)
[![Documentation Status](https://readthedocs.org/projects/mvlearn/badge/?version=latest)](https://mvlearn.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/NeuroDataDesign/mvlearn/branch/master/graph/badge.svg)](https://codecov.io/gh/NeuroDataDesign/mvlearn)


mvlearn is a Python module for multiview learning.


