We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d676fb commit 7feb61dCopy full SHA for 7feb61d
doc/_docstrings/objects.Text.ipynb
@@ -17,7 +17,7 @@
17
" load_dataset(\"glue\")\n",
18
" .pivot(index=[\"Model\", \"Encoder\"], columns=\"Task\", values=\"Score\")\n",
19
" .assign(Average=lambda x: x.mean(axis=1).round(1))\n",
20
- " .sort_values(\"Average\")\n",
+ " .sort_values(\"Average\", ascending=False)\n",
21
")"
22
]
23
},
0 commit comments