Converting Spacy project to Kubeflow pipeline #12678
ryuzakinho
started this conversation in
Help: Best practices
Replies: 2 comments 2 replies
-
Could you expand on what you mean with "when creating the pipeline"? Are you referring to the Kubeflow pipeline here? If so, the first step would be to ascertain if your spaCy project is packaged correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks. I am now using the It turns out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have been using Spacy for a while for text categorization. I am currently using Spacy v3.5 and would like to convert my textcat project into a Kubeflow pipeline, for now, for education purposes.
My first attempt has been to create a Kubeflow component that just uses python's subprocess to run
python -m spacy project run all .
. However, this seems not to take the "scripts" directory when creating the pipeline.Any tips on how achieve this?
Beta Was this translation helpful? Give feedback.
All reactions