Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Devanshchowdhury2212/5f598dcece1d0ec4b6e87182a3b15ceb to your computer and use it in GitHub Desktop.
Save Devanshchowdhury2212/5f598dcece1d0ec4b6e87182a3b15ceb to your computer and use it in GitHub Desktop.
model.evaluate(train_features, train_labels)
model.evaluate(validation_features, validation_labels)
model.evaluate(test_features, test_labels)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment