
How to Test ML Code - ML 091
Adventures in Machine Learning
00:00
The Benefits of Using a Test Framework
If your function or method starts with the word test, followed by underscore, it's going to execute that as a testable entity. You can do other things like very clever exception, eating and passing on. Even in ML code, you should be having some sort of exception handling and don't eat all your exceptions.
Transcript
Play full episode