You've developed a 🤖 machine learning model that classifies images. Specifically, it outputs labels with non-negligible probabilities.
Each row in predictions represents predictions for a different image.
Insert a column called prob_human that calculates the probability each image represents a human. You can use the following list of strings to identify human labels.
Prevent pandas from truncating print(predictions)
When you print(predictions), the output might get truncated like this.