Skip to content

jimdowling/ml-testing

Repository files navigation

How to run the tests

Install the requirements.txt first:

sudo pip install -r requirements.txt

From this directory, the following will run the unit-tests:

python3 -m pytest

To run the tests in pipeline-tests or notebook-tests, uncomment them in pytest.ini and then re-run:

python3 -m pytest

Note: the IP addresses in sample-click-logs.csv are not real IP addresses (for confidentiality reasons). However, the IP addresses included in the unit tests are real IP addresses.

About

Feature and training pipeline testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published