What is label_keys parameter good for in a Classifier. Can you visualize the labeled data on Tensorboard at the Embeddings section?
label_keys
Not in tensorboard, but the predict method can return the class names instead of numbers if you provide label_keys.