Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning authored Aug 6, 2021
1 parent 745b519 commit 2f91b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ grid.fit(X, y)

## Quick Comparison

The example below shows how you can construct a `FunctionClassifier` that
predicts according to the "woman and children first"-quote from the Titanic
movie.
The example below shows a `FunctionClassifier` that predicts all women
and children from the upper class survive, based on the "woman and children first"-quote
from the Titanic movie.

```python
def make_prediction(dataf, age=15):
Expand Down

0 comments on commit 2f91b4a

Please sign in to comment.