Examples¶
Our examples are hosted in a separate repository so that they can be updated independently.
- data science benchmark demonstrates how
pytest
can be used as a benchmarking engine thanks topytest-cases
andpytest-harvest
, to compare the performances of several regression algorithms on several datasets and produce various reports (plots, csv table...).