mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 04:16:35 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
ef7df4823b
commit
974a67d0a1
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ plt.show()
|
|||
|
||||

|
||||
|
||||
## Fund the cumsum maximum
|
||||
## Find the cumsum maximum
|
||||
|
||||
```python
|
||||
import numpy as np
|
||||
|
@ -76,7 +76,7 @@ plt.show()
|
|||
```
|
||||

|
||||
|
||||
## How to create an estimate from ROC
|
||||
## How to create an estimate from the ROC cumsum maximum
|
||||
|
||||
```python
|
||||
import numpy as np
|
||||
|
|
Loading…
Add table
Reference in a new issue