Skip to content

Commit

Permalink
improve eval markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdrn committed Apr 7, 2024
1 parent 9a366e3 commit 16470c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/05 - Match results analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,11 @@
]
},
"source": [
"{eval}`f\"In average, team playing at home scored {home_goals:.2f} goals while away team scored {away_goals:.2f} goals ({+ diff_goal_perc:.0f} % more goals).\"`\n",
"In average, team playing at home scored {eval}`home_goals:.2f` goals while away team scored {away_goals:.2f} goals (+{eval}`diff_goal_perc:.0f` % more goals).\n",
"\n",
"{eval}`f\"This resulted in {home_win} matches won by team playing at home vs {away_win} for the team playing away ({diff_win_perc:.0f} % more wins)\"`\n",
"This resulted in {eval}`home_win` matches won by team playing at home vs {eval}`away_win` for the team playing away ({eval}`diff_win_perc:.0f` % more wins)\n",
"\n",
"{eval}`f\"{draw_count} matches resulted in a draw ({draw_perc:.0f} %)\"`"
"{eval}`draw_count` matches resulted in a draw ({eval}`draw_perc:.0f` %)"
]
},
{
Expand Down

0 comments on commit 16470c9

Please sign in to comment.