I have the IRIS Dataset loaded fro text file -
data = np.genfromtxt('../Data/bezdekIris.csv',delimiter=',',usecols=[0,1,2,3,4],dtype=None)
this has the data in the format
ndarray [(5.1, 3.5, 1.4, 0.2, 'Iris-setosa')
(4.9, 3. , 1.4, 0.2, 'Iris-setosa')
(4.7, 3.2, 1.3, 0.2, 'Iris-setosa')
(4.6, 3.1, 1.5, 0.2, 'Iris-setosa')
(5. , 3.6, 1.4, 0.2, 'Iris-setosa')]
How do I randomize the order