Skip to content

Instantly share code, notes, and snippets.

@AkiyonKS
Created August 9, 2022 05:11
Show Gist options
  • Save AkiyonKS/7037996ba4cdf3add04dca3d0689298c to your computer and use it in GitHub Desktop.
Save AkiyonKS/7037996ba4cdf3add04dca3d0689298c to your computer and use it in GitHub Desktop.
_, model_for_pruning_accuracy = model_for_pruning.evaluate(
X_test, y_test, verbose=0)
print('Baseline test accuracy:', baseline_model_accuracy)
print('Pruned test accuracy:', model_for_pruning_accuracy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment