AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
cellgrid/__init__.py
cellgrid/const.py
cellgrid/core.py
cellgrid/model_selection.py
cellgrid/preprocessing.py
cellgrid.egg-info/PKG-INFO
cellgrid.egg-info/SOURCES.txt
cellgrid.egg-info/dependency_links.txt
cellgrid.egg-info/not-zip-safe
cellgrid.egg-info/requires.txt
cellgrid.egg-info/top_level.txt
cellgrid/ensemble/__init__.py
cellgrid/ensemble/classifier.py
cellgrid/ensemble/model.py
cellgrid/ensemble/schema.json
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_model_selection.py
tests/test_preprocessing.py
tests/ensemble/__init__.py
tests/ensemble/cellgrid_test.csv
tests/ensemble/cellgrid_train.csv
tests/ensemble/test_classifier.py