Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active May 6, 2022 09:38
Show Gist options
  • Save AI-MOO/92f358c2f4e980968d406b49bb484a48 to your computer and use it in GitHub Desktop.
Save AI-MOO/92f358c2f4e980968d406b49bb484a48 to your computer and use it in GitHub Desktop.
# استخراج تقرير التصنيف الخاص بقياس دقة النموذج
svm_report = pd.DataFrame(classification_report(y_test, SVC_prediction, output_dict=True))
svm_report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment