AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/alternatives.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/expan.cli.rst
docs/expan.core.rst
docs/expan.data.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
expan/__init__.py
expan.egg-info/PKG-INFO
expan.egg-info/SOURCES.txt
expan.egg-info/dependency_links.txt
expan.egg-info/entry_points.txt
expan.egg-info/not-zip-safe
expan.egg-info/requires.txt
expan.egg-info/top_level.txt
expan/cli/__init__.py
expan/cli/cli.py
expan/core/__init__.py
expan/core/binning.py
expan/core/debugging.py
expan/core/early_stopping.py
expan/core/experiment.py
expan/core/experimentdata.py
expan/core/results.py
expan/core/statistics.py
expan/core/util.py
expan/core/version.py
expan/data/__init__.py
expan/data/csv_fetcher.py
tests/__init__.py
tests/tests_core/__init__.py
tests/tests_core/framingham_data.csv
tests/tests_core/framingham_heart_study_exam7.csv
tests/tests_core/framingham_statistics.csv
tests/tests_core/normtemp.dat.txt.gz
tests/tests_core/test-logging.conf
tests/tests_core/test_binning.py
tests/tests_core/test_data.py
tests/tests_core/test_debugging.py
tests/tests_core/test_early_stopping.py
tests/tests_core/test_experiment.py
tests/tests_core/test_results.py
tests/tests_core/test_statistics.py
tests/tests_core/test_util.py
tests/tests_data/__init__.py
tests/tests_data/test_csv_fetcher.py