GAMA_AutoML_Tutorial.ipynb Requires Certain Python Version
After attempting to run the file in VSCode, I received the error "ImportError: cannot import name 'SCORERS' from 'sklearn.metrics._scorer'".
I upgraded sklearn, but this did not solve the problem. I switched from python 3.8 to 3.10, but this too did not solve the issue. Ultimately switching to using Google Colab solved the problem, but I could not figure out what was wrong in VSCode