Metadata-Version: 2.1
Name: pybalance
Version: 0.1.1
Summary: Population Matching
Home-page: 
Author: IEG Data Science
Author-email: author@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=6.0
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: numpy>=1.24.3
Requires-Dist: pandas>=2.0.1
Requires-Dist: pyarrow>=12.0.0
Requires-Dist: pytest>=7.3.1
Requires-Dist: scikit-learn==1.2.1
Requires-Dist: scipy>=1.10.1
Requires-Dist: seaborn>=0.12.2
Requires-Dist: torch>=2.0.0
Requires-Dist: cvxpy==1.3.1
Requires-Dist: ortools==9.4.1874
Requires-Dist: boto3
Requires-Dist: fsspec
Requires-Dist: s3fs

# PyBalance

The `pybalance` library implements several routines for optimizing the balance
between non-random populations. In observational studies, this matching process
is a key step towards minimizing the potential effects of confounding
covariates. The official documentation is hosted [here](https://bayer-group.github.io/pybalance/).
