rademacher-p / stats-learn

Python package for statistical learning with a Bayesian focus
https://rademacher-p.github.io/stats-learn/
MIT License
1 stars 0 forks source link

Setup and Testing #1

Closed rademacher-p closed 2 years ago

rademacher-p commented 2 years ago

Add setup.cfg and pyproject.toml as detailed in PyPa to support proper path handling for tests.

Implement proper tests in ./tests directory. Move in distributed minor examples throughout package. Install pytest and conform to best practices guide.