spaCy/spacy/cli/project
Matthew Honnibal 8038b87f04
Various small tweaks to project CLI (#5965)
* Fix up/download of http and local paths

* Support git_sparse_checkout for assets

* Fix scorer

* Handle already-present directories for git assets

* Improve convert command

* Fix support for existant files in git assets

* Support branches in git sparse checkout

* Format

* Fix git assets

* Document git block in assets

* Fix test

* Fix test

* Revert "Fix test"

This reverts commit cf3097260f.

* Revert "Fix test"

This reverts commit 964d636e27.

* Dont multiply p/r/f by 100

* Display scores * 100 during training
2020-08-25 00:30:52 +02:00
..
__init__.py Refactor project CLI (#5732) 2020-07-09 01:42:51 +02:00
assets.py Various small tweaks to project CLI (#5965) 2020-08-25 00:30:52 +02:00
clone.py Various small tweaks to project CLI (#5965) 2020-08-25 00:30:52 +02:00
dvc.py Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00
pull.py Update lockfile after project pull 2020-08-24 03:27:09 +02:00
push.py Fix project push 2020-08-23 21:14:44 +02:00
remote_storage.py Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00
run.py Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00