You can check the Scikit-Learn version installed using this syntax:
import sklearn print(sklearn.__version__)
This is how the syntax would look like in Python:
Run the code in Python, and you’ll get the version of Scikit-Learn. For example, in my case, the Scikit-Learn version is 0.22.2: