RaviSoji / plda

Probabilistic Linear Discriminant Analysis & classification, written in Python.
https://ravisoji.com
Apache License 2.0
128 stars 31 forks source link

Add setuptools installer and relax dependencies #52

Closed matiaslindgren closed 4 years ago

matiaslindgren commented 4 years ago

With this, one could install plda by doing pip install ./plda.

The pytest suite ran successfully but I had to first reduce tolerance from 1e-8 to 1e-6 on lines 150 and 162 of tests/test_optimizer/test_optimizer_units.py

RaviSoji commented 4 years ago

Apologies for the delayed response. I love this! Will test a couple things out and then probably merge tomorrow.

I appreciate you putting time into this! Ravi B. Sojitra