I want to cut out some numerical values with int from the float data set.
target = np.array(features[:,7], dtype=int)
Recommended Posts