Week 7 session 1: Testing, regression
Recording
Schedule and plan
Testing
# If necessary
python3 -m pip install --user -e .
# Then
pythhon3 -m pip install --user -r test_requirements.txt
python3 -m pytest .
On regression
Homework
Work on the project!
Make sure you have done the basic regression exercise and the on estimation exercise