Andrei
Andrei

Reputation: 103

What is label_keys parameter good for in a Classifier - Tensorflow?

What is label_keys parameter good for in a Classifier. Can you visualize the labeled data on Tensorboard at the Embeddings section?

Upvotes: 0

Views: 75

Answers (1)

Alexandre Passos
Alexandre Passos

Reputation: 5206

Not in tensorboard, but the predict method can return the class names instead of numbers if you provide label_keys.

Upvotes: 1

Related Questions