Metadata-Version: 2.0
Name: abcpy
Version: 0.2.1
Summary: A framework for approximate Bayesian computation (ABC) that speeds up inference by parallelizing computation on single computers or whole clusters.
Home-page: https://github.com/eth-cscs/abcpy
Author: The abcpy authors
Author-email: UNKNOWN
License: BSD-3
Download-URL: https://github.com/eth-cscs/abcpy/archive/v0.2.1.tar.gz
Keywords: abcpy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: coverage
Requires-Dist: findspark
Requires-Dist: glmnet
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sklearn
Requires-Dist: sphinx (==1.4.8)
Requires-Dist: sphinx-rtd-theme

ABCpy is a highly modular, scientific library for approximate Bayesian computation (ABC) written in Python using the parallel computation framework Apache SPARK. The modularity helps domain scientists to easily apply ABC to their research without being ABC experts; using ABCpy they can easily run large parallel simulations without much knowledge about parallelization, even without much additional effort to parallelize their code. Further, ABCpy enables ABC experts to easily develop new inference schemes and evaluate them in a standardized environment, and to extend the library with new algorithms. These benefits come mainly from the modularity of ABCpy.


