Business Intelligence and Data Science Blog.
%matplotlib inline import matplotlib.pyplot as plt import numpy as np
x = np.arange(-5,5,0.1) y = x**2 plt.plot(x,y,'.'); plt.grid()
iris_svm_1 In [49]: import matplotlib import matplotlib.pyplot as plt % matplot...
No comments:
Post a Comment