Fixtures and Mocks in Machine Learning Tests
Learn how to use fixtures and mocks in machine learning tests to save time during test runs.
We'll cover the following...
Overview
Tests are considered reasonable if they frequently run, preferably each time we commit to our feature branch. Tests should not slow down the coding process of a programmer, so their design should be as minimal as possible: no complexity and computation, except minimal viable ones. Otherwise, the developer is tempted to disable ...
Access this course and 1400+ top-rated courses and projects.