Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-09-13 22:36:20 +02:00
parent 47acb45850
commit 5ebb2a2ac8
1 changed files with 1 additions and 11 deletions

View File

@ -808,17 +808,7 @@ values. You can then use the auto-generated `config.cfg` for training:
+ python -m spacy train ./config.cfg --output ./output + python -m spacy train ./config.cfg --output ./output
``` ```
<!-- TODO: <!-- TODO: project template -->
<Project id="some_example_project">
The easiest way to get started with an end-to-end training process is to clone a
[project](/usage/projects) template. Projects let you manage multi-step
workflows, from data preprocessing to training and packaging your pipeline.
</Project>
-->
#### Training via the Python API {#migrating-training-python} #### Training via the Python API {#migrating-training-python}