spaCy/spacy/cli
Vinit Ravishankar 28de85737f
Tagger label smoothing (#12293)
* add label smoothing

* use True/False instead of floats

* add entropy to debug data

* formatting

* docs

* change test to check difference in distributions

* Update website/docs/api/tagger.mdx

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update spacy/pipeline/tagger.pyx

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* bool -> float

* update docs

* fix seed

* black

* update tests to use label_smoothing = 0.0

* set default to 0.0, update quickstart

* Update spacy/pipeline/tagger.pyx

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* update morphologizer, tagger test

* fix morph docs

* add url to docs

---------

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2023-03-22 12:17:56 +01:00
..
project Partially work around pending deprecation of pkg_resources (#12368) 2023-03-06 14:48:57 +01:00
templates Tagger label smoothing (#12293) 2023-03-22 12:17:56 +01:00
__init__.py
_util.py
apply.py
assemble.py
benchmark_speed.py
convert.py
debug_config.py
debug_data.py Tagger label smoothing (#12293) 2023-03-22 12:17:56 +01:00
debug_diff.py
debug_model.py
download.py
evaluate.py
find_threshold.py Fix --verbose for spacy find-threshold (#12418) 2023-03-14 17:16:49 +01:00
info.py Partially work around pending deprecation of pkg_resources (#12368) 2023-03-06 14:48:57 +01:00
init_config.py
init_pipeline.py
package.py
pretrain.py
profile.py
train.py
validate.py