You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Python | ⚠️ deprecated [Python](https://github.com/argoproj/argo-workflows/blob/main/sdks/python)| Use one of the [community-maintained](#community-maintained-client-libraries) instead. Will be removed in version 3.7 |
19
+
| Python | ⚠️ deprecated [Python](https://github.com/argoproj/argo-workflows/blob/main/sdks/python)| Use [Hera](#hera-python-sdk) instead. Will be removed in version 3.7 |
20
20
21
-
## Community-maintained client libraries
21
+
## Hera Python SDK
22
22
23
-
The following client libraries are provided and maintained by their authors, not the Argo team.
23
+
Hera is the go-to Python SDK to make Argo Workflows simple and intuitive. It goes beyond a basic REST interface,
24
+
allowing you to easily turn Python functions into script templates, and write whole Workflows in Python:
Copy file name to clipboardExpand all lines: docs/use-cases/machine-learning.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@
2
2
3
3
## Docs
4
4
5
-
*[Quick start](../quick-start.md) and [training](../training.md)
6
-
* Try out the updated [Python and Java SDKs](../client-libraries.md).
7
-
*[Authoring and Submitting Argo Workflows using Python](https://blog.argoproj.io/authoring-and-submitting-argo-workflows-using-python-aff9a070d95f)
8
-
* Head to the [Kubeflow docs](https://www.kubeflow.org/docs/components/pipelines/).
5
+
* Try out [Hera](https://hera.readthedocs.io/en/stable/) for writing Workflows in Python.
6
+
* Also read: [How To Get the Most out of Hera for Data Science](https://pipekit.io/blog/how-to-get-the-most-out-of-hera-for-data-science)
7
+
* Try out the [Go and Java SDKs](../client-libraries.md).
9
8
10
9
## Videos
11
10
@@ -16,6 +15,7 @@
16
15
*[CI/CD for Machine Learning at MLB using Argo Workflows - Eric Meadows](https://youtu.be/fccWoYlwZKc?t=184&utm_source=argo-docs)
17
16
*[Dynamic, Event-Driven Machine Learning Pipelines with Argo Workflows](https://youtu.be/ei4r0a7eAV0)
18
17
*[Engineering Cloud Native AI Platform](https://github.com/terrytangyuan/public-talks/tree/main/talks/platform-con-2024-engineering-cloud-native-ai-platform)
18
+
*[How to Train an LLM with Argo Workflows and Hera](https://www.youtube.com/watch?v=nRYf3GkKpss)
19
19
*[Machine Learning as Code: GitOps for ML with Kubeflow and Argo CD](https://www.youtube.com/watch?v=VXrGp5er1ZE&t=0s&index=135&list=PLj6h78yzYM2PZf9eA7bhWnIh_mK1vyOfU)
20
20
*[Machine Learning with Argo and Ploomber](https://www.youtube.com/watch?v=FnpXyg-5W_c&list=PLGHfqDpnXFXK4E8XzasScagiJk-8BPgva&utm_source=argo-docs)
21
21
*[Making Complex R Forecast Applications Into Production Using Argo Workflows](https://www.youtube.com/watch?v=fPjztsUXHcg)
0 commit comments