First, let's print the unique set of values for loan status: ... for i in np.unique(labels): index=np.where(labels==i) ...
確定! 回上一頁