Metadata-Version: 2.1
Name: fastsrm
Version: 0.0.0
Summary: Fast Shared response model
Home-page: https://github.com/hugorichard/FastSRM
Author: Hugo RICHARD
Author-email: hugo.richard@inria.fr
License: UNKNOWN
Keywords: Component analysis,fMRI
Platform: UNKNOWN
Requires-Python: >=3
Requires-Dist: scikit-learn
Requires-Dist: joblib

# FastSRM
Standalone implementation of FastSRM.

See https://arxiv.org/pdf/1909.12537.pdf

Install
---------

Move into FastSRM directory

``cd FastSRM``

Create virual environment

`virtualenv -p python3 venv`


Activate virtual environment

`source venv/bin/activate`

Install FastSRM

`pip install -e .`

Docs
------

Docs are available at https://hugorichard.github.io/FastSRM/generated/html/  


