Link Search Menu Expand Document

Week 7 session 1: Testing, regression

Recording

Week 7 session 1 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