Skip to content

Commit

Permalink
Figure 6 for FedAVG and Enseble test prediction comparison correction
Browse files Browse the repository at this point in the history
  • Loading branch information
menelaoszetas1990 committed Aug 4, 2023
1 parent f3feded commit 1b961ae
Show file tree
Hide file tree
Showing 3 changed files with 1,486 additions and 1,480 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def smooth_to_actual_predicts(_actual_predicts, _test_predicts, _smooth_percent)
plt.tick_params(axis='both', which='major', labelsize=21)
plt.legend(fontsize=21)

plt.savefig('plots/Figure6_FedAvg_vs_FedProx_vs_FedSGD.eps', format='eps')
plt.savefig('../plots/Figure6/Figure6_FedAvg_vs_FedProx_vs_FedSGD.eps', format='eps')
plt.savefig('plots/Figure6_FedAvg_vs_Ensemble.eps', format='eps')
plt.savefig('../plots/Figure6/Figure6_FedAvg_vs_Ensemble.eps', format='eps')

print('END')
Loading

0 comments on commit 1b961ae

Please sign in to comment.