Show notes
Prayson Daniel, a principle data scientist, discusses testing machine learning pipelines with pytest.
Prayson is using pytest for some pretty cool stuff, including:
- unit tests, of course
- testing pipeline stages
- counterfactual testing
- performance testing
All with pytest. So cool.
Special Guest: Prayson Daniel.
Links:
- Python Bytes 250, with Prayson Daniel — Listen to this for more of an introduction to Prayson
Learn pytest
- pytest is the number one test framework for Python.
- Learn the basics super fast with Hello, pytest!
- Then later you can become a pytest expert with The Complete pytest Course
- Both courses are at courses.pythontest.com

