Skip to content

Commit 3a1a3df

Browse files
committed
Merge branch 'master' of github.com:ksopyla/scikit-learn-tutorial
2 parents 00ed838 + 9c25878 commit 3a1a3df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scikit-learn tutorial
22

3-
Set of examples for scikit-learn selflearning.
3+
Set of examples for scikit-learn self-learning.
44

55
## Work in progress...
66

@@ -10,15 +10,15 @@ This tutorial is being created. It is not finished.
1010

1111
### Standard metrics precsion, recall, f1 measure -
1212

13-
Example shows how to compute basic classifier measures like: precision, recall, f1
13+
The example shows how to compute basic classifier measures like precision, recall, f1
1414

1515
File: [metrics.py](/metrics/metrics.py)
1616

1717

1818
### precision-recall curve
1919

20-
Examples explain how to interpret the precision-recall curve in ideal, random case.
21-
What to do if curve of two models look like similar.
20+
Examples explain how to interpret the precision-recall curve in an ideal, random case.
21+
What to do if the curve of two models looks similar.
2222

2323
File:
2424
* [precision-recall-curve.py](/metrics/precision-recall-curve.py)

0 commit comments

Comments
 (0)