Hello setting the labels to int solved the issue for me df["label"] = df["label"].astype(int)
5 Likes
Hello setting the labels to int solved the issue for me df["label"] = df["label"].astype(int)