Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
sklearn version 1

sklearn version

June 17, 2022 by Anurag batra
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

Categories Python Examples
Post navigation
print a random word from list python
python print unicode character
© MyEduKit - 2022 . All Rights Reserved.