Skip to content

Commit 596dcd5

Browse files
author
ugurthemaster
committed
Update separation_plot.py
A typo has been corrected.
1 parent 022ccfb commit 596dcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter2_MorePyMC/separation_plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def separation_plot( p, y, **kwargs ):
1212
"""
13-
This function creates a separation plot for logitisc and probit classification.
13+
This function creates a separation plot for logistic and probit classification.
1414
See http://mdwardlab.com/sites/default/files/GreenhillWardSacks.pdf
1515
1616
p: The proportions/probabilities, can be a nxM matrix which represents M models.
@@ -52,4 +52,4 @@ def separation_plot( p, y, **kwargs ):
5252
return
5353

5454

55-
55+

0 commit comments

Comments
 (0)