Skip to content

brainets/ival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ival

ival (Inference and Validation) is a Python package for the inference of models of brain dynamics and validation on neural data.

Installation (TODO)

The easiest way to install ival is using pip:

pip install -U ival

You can also install the latest version of the software directly from Github :

pip install git+https://github.com/brainets/ival.git

For developers, you can install it in develop mode with the following commands :

git clone https://github.com/brainets/ival.git
cd ival
pip install -e .['dev']

Releases

No releases published

Packages

No packages published