Metadata-Version: 2.1
Name: fitgrid
Version: 0.2.2
Summary: Mass multiple regression manager
Home-page: https://github.com/kutaslab/fitgrid
Author: Thomas P. Urbach, Andrey Portnoy
Author-email: turbach@ucsd.edu, aportnoy@ucsd.edu
License: BSD-3-Clause
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: patsy
Requires-Dist: statsmodels
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: tables

[![Build status](https://travis-ci.org/kutaslab/fitgrid.svg?branch=master)](https://travis-ci.org/kutaslab/fitgrid)
[![Coverage](https://codecov.io/gh/kutaslab/fitgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/kutaslab/fitgrid)

# fitgrid

Run models on a 2D grid where each cell holds a dataset.

## Demo

Click this button to launch a demo notebook:

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kutaslab/fitgrid/master?filepath=notebooks/Demo.ipynb)

## Installation

    conda install -c aportnoy fitgrid

for full support.  Alternatively (with no `lmer` support),

    pip3 install fitgrid

## Documentation

Available [here](https://kutaslab.github.io/fitgrid).


