spaCy/spacy/cli
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
..
project Enable commit check via env var 2020-10-05 20:51:15 +02:00
templates Fix types of Tok2Vec encoding architectures (#6442) 2021-01-07 16:39:27 +11:00
__init__.py Move init labels to init pipeline module 2020-09-29 18:09:33 +02:00
_util.py Fix variable 2020-12-08 20:44:59 +11:00
convert.py Switch converters to generator functions (#6547) 2020-12-15 16:47:16 +08:00
debug_config.py Expand initialize/training config validation 2021-01-12 17:17:00 +01:00
debug_data.py Tidy up and auto-format 2021-01-15 11:57:36 +11:00
debug_model.py Update argument handling and documentation 2020-12-08 20:41:18 +11:00
download.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
evaluate.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
info.py Fix types for exclude args in info CLI (#6808) 2021-01-25 20:00:22 +08:00
init_config.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
init_pipeline.py WIP: Various small training changes (#6818) 2021-01-26 14:51:52 +11:00
package.py Include custom code via spacy package command (#6531) 2020-12-10 20:36:46 +08:00
pretrain.py Update argument handling and documentation 2020-12-08 20:41:18 +11:00
profile.py Update docs links in codebase 2020-09-04 12:58:50 +02:00
train.py Allow reading config from sdtin in spacy train 2020-12-08 18:01:40 +11:00
validate.py Update docs links in codebase 2020-09-04 12:58:50 +02:00