Skip to content

Commit

Permalink
Update numpy regression sample (#1256)
Browse files Browse the repository at this point in the history
Signed-off-by: Agrawal, Kush <[email protected]>
  • Loading branch information
kagrawa2 authored Jan 13, 2025
1 parent db9c0bd commit 4867947
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"metadata": {},
"outputs": [],
"source": [
"# Below code will display the print statement output on screen as well\n",
"import sys\n",
"sys.stdout = open('/dev/stdout', 'w')\n",
"\n",
"!pip install git+https://github.com/securefederatedai/openfl.git\n",
"!pip install -r workflow_interface_requirements.txt\n",
"!pip install matplotlib\n",
Expand Down Expand Up @@ -308,7 +304,7 @@
" self.current_round += 1\n",
" if self.current_round < self.rounds:\n",
" self.next(self.aggregated_model_validation,\n",
" foreach='collaborators', exclude=['private'])\n",
" foreach='collaborators')\n",
" else:\n",
" self.next(self.end)\n",
"\n",
Expand Down

0 comments on commit 4867947

Please sign in to comment.