Skip to content

Instantly share code, notes, and snippets.

@ishritam
Last active November 3, 2019 12:19
Show Gist options
  • Save ishritam/b3b2a94242b4efdf58514f623e322043 to your computer and use it in GitHub Desktop.
Save ishritam/b3b2a94242b4efdf58514f623e322043 to your computer and use it in GitHub Desktop.
Data Standardization
%matplotlib inline
import matplotlib.pyplot as plt
Sepal_Width_new = [0.77, -0.77, -0.15, -0.46, 1.08, 1.38, 0.46, 0.46, -1.0, -1.6]
plt.plot(Sepal_Width_new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment