Metadata-Version: 2.4
Name: pyplsc
Version: 0.0.5
Summary: Python implementation of partial least squares correlation (PLSC)
Author-email: Isaac Kinley <isaac.kinley@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: scikit-learn
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

# pyplsc

![tests](https://github.com/kinleyid/pyplsc/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/kinleyid/pyplsc/graph/badge.svg?token=9B0F14E8XW)](https://codecov.io/gh/kinleyid/pyplsc)

Python implementation of partial least squares correlation (PLSC)
