Skip to content

Commit

Permalink
fix: README patience to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Optimox committed Jun 21, 2022
1 parent 00b19df commit fd2c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ loaded_clf.load_model(saved_filepath)

Maximum number of epochs for trainng.

- `patience` : int (default = 15)
- `patience` : int (default = 10)

Number of consecutive epochs without improvement before performing early stopping.

Expand Down

0 comments on commit fd2c73a

Please sign in to comment.