You can check the Scikit-Learn version installed using this syntax:
import sklearn print(sklearn.__version__)
Run the code in Python, and you’ll get the version of Scikit-Learn. Here is an example of the version installed that you may get:
0.22.2
You can check the Scikit-Learn version installed using this syntax:
import sklearn print(sklearn.__version__)
Run the code in Python, and you’ll get the version of Scikit-Learn. Here is an example of the version installed that you may get:
0.22.2