Skip to content

Instantly share code, notes, and snippets.

@chilang
Created May 25, 2020 17:09
Show Gist options
  • Save chilang/40ad3d4c93e7bd34c4019677c766ddb7 to your computer and use it in GitHub Desktop.
Save chilang/40ad3d4c93e7bd34c4019677c766ddb7 to your computer and use it in GitHub Desktop.
ttest, pval = ttest_ind(local_mean_f1_scores, fed_avg_f1_scores)
print("statistically significant:", pval < 0.05)
print("p =", pval)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment