Skip to content

Instantly share code, notes, and snippets.

@xoraus
Last active August 22, 2019 12:41
Show Gist options
  • Save xoraus/479ac4bba2b7b016c41236661cf51cd3 to your computer and use it in GitHub Desktop.
Save xoraus/479ac4bba2b7b016c41236661cf51cd3 to your computer and use it in GitHub Desktop.
import sys
import sklearn
import matplotlib
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
print(‘Python: {}’.format(sys.version))
print(‘Sklearn: {}’.format(sklearn.version))
print(‘Matplotlib: {}’.format(matplotlib.version))
print(‘NumPy: {}’.format(np.version))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment