In [3]: import sklearn In [4]: sklearn.__version__ Out[4]: '0.19.0'
Here is what the above code is Doing:
1. Importing the sklearn library
2. Checking the version of the sklearn library
In [3]: import sklearn In [4]: sklearn.__version__ Out[4]: '0.19.0'
Here is what the above code is Doing:
1. Importing the sklearn library
2. Checking the version of the sklearn library