Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sklearn version

import nltk
import sklearn

print('The nltk version is {}.'.format(nltk.__version__))
print('The scikit-learn version is {}.'.format(sklearn.__version__))

# The nltk version is 3.0.0.
# The scikit-learn version is 0.15.2.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sklearn #version
ADD COMMENT
Topic
Name
4+8 =