spaCy/spacy/training
Ines Montani c0926c9088
WIP: Various small training changes (#6818)
* Allow output_path to be None during training

* Fix cat scoring (?)

* Improve error message for weighted None score

* Improve messages

So we can call this in other places etc.

* FIx output path check

* Use latest wasabi

* Revert "Improve error message for weighted None score"

This reverts commit 7059926763.

* Exclude None scores from final score by default

It's otherwise very difficult to keep track of the score weights if we modify a config programmatically, source components etc.

* Update warnings and use logger.warning
2021-01-26 14:51:52 +11:00
..
converters
__init__.pxd
__init__.py
align.pyx
alignment.py
augment.py
batchers.py
corpus.py
example.pxd
example.pyx Questionable fix for parser training bug with misaligned sentences (#6694) 2021-01-15 14:18:24 +01:00
gold_io.pyx
initialize.py WIP: Various small training changes (#6818) 2021-01-26 14:51:52 +11:00
iob_utils.py
loggers.py
loop.py WIP: Various small training changes (#6818) 2021-01-26 14:51:52 +11:00
pretrain.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00