Skip to content

Commit

Permalink
make formatting compatible to md2latex parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Nov 19, 2017
1 parent 66394e0 commit 8e8d269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/user_guide/evaluate/lift_score.ipynb
Expand Up @@ -247,7 +247,7 @@
"\n",
"- `score` : float\n",
"\n",
" Lift score in the range [0, \\infty]\n",
" Lift score in the range [0, $\\infty$]\n",
"\n",
"\n"
]
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/evaluate/lift_score.py
Expand Up @@ -36,7 +36,7 @@ def lift_score(y_target, y_predicted, binary=True, positive_label=1):
Returns
----------
score : float
Lift score in the range [0, \infty]
Lift score in the range [0, $\infty$]
"""

Expand Down

0 comments on commit 8e8d269

Please sign in to comment.