Instead, we are interested to see all distinct target values, which is easy to do with NumPy: In [7]: import numpy as np In [8]: np.unique(iris_target) ...
確定! 回上一頁