spaCy/spacy/cli
adrianeboyd 8d3563f1c4
Minor bugfixes for train CLI (#5186)
* Omit per_type scores from model-best calculations

The addition of per_type scores to the included metrics (#4911) causes
errors when they're compared while determining the best model, so omit
them for this `max()` comparison.

* Add default speed data for interrupted train CLI

Add better speed meta defaults so that an interrupted iteration still
produces a best model.

Co-authored-by: Ines Montani <ines@ines.io>
2020-03-26 10:46:50 +01:00
..
converters Fix for Issue 4665 - conllu2json (#4953) 2020-02-03 13:01:48 +01:00
__init__.py Move UD scripts to bin 2019-03-20 01:19:34 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py Auto-format [ci skip] 2019-10-24 16:21:08 +02:00
debug_data.py Fix formatting and update docs for v2.2.4 2020-03-09 11:17:20 +01:00
download.py Use latest wasabi 2019-11-04 02:38:45 +01:00
evaluate.py Use latest wasabi 2019-11-04 02:38:45 +01:00
info.py Use latest wasabi 2019-11-04 02:38:45 +01:00
init_model.py Restore tqdm imports (#4804) 2019-12-16 13:12:19 +01:00
link.py Use latest wasabi 2019-11-04 02:38:45 +01:00
package.py Use latest wasabi 2019-11-04 02:38:45 +01:00
pretrain.py add tok2vec parameters to train script to facilitate init_tok2vec (#5021) 2020-02-16 17:16:41 +01:00
profile.py Restore tqdm imports (#4804) 2019-12-16 13:12:19 +01:00
train.py Minor bugfixes for train CLI (#5186) 2020-03-26 10:46:50 +01:00
validate.py Use latest wasabi 2019-11-04 02:38:45 +01:00