If you encounter the error `no module named sklearn` in svm_segm.ipynb, run ```bash pip install scikit-learn ``` on the terminal inside the Codespace. This will install the missing package. It may take a minute or so. When finished, restart the kernel (press the "↺ Restart" button).