Skip to content

Commit 7cf9d41

Browse files
authored
Merge pull request #31 from awray3/patch-1
Fix typo in automation section
2 parents 86bad9d + 8968ed1 commit 7cf9d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MLOps/PipelineAutomation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Currently there are many tools used to create and automate Machine Learning pipe
4545
| -------------------- |:-----------------:|:----------:|:------------ |
4646
| DVC | Open-source | Iterative | DVC can be used to make Data Pipelines, which can be automated and reproduced. Very useful if already using DVC for Data and Model versioning. Easily configured and run. Language and framework agnostic. |
4747
| Tensorflow Extended (TFX) | Open-source | Tensorflow | Used for production Machine Learning pipelines. Heavily integrated with Google and GCP. Only works with Tensorflow.
48-
| Kubeflow | Open-source | Google, Kubeflow | Kubeflow can build automated pipelines and experiments. Intended to build a complete end-to-end solution for Machine learning, being able to also serve and monitor models. Uses Kubernetes and is based on Tensorflow Extended. Works with Tensoorflow and Pytorch. |
48+
| Kubeflow | Open-source | Google, Kubeflow | Kubeflow can build automated pipelines and experiments. Intended to build a complete end-to-end solution for Machine learning, being able to also serve and monitor models. Uses Kubernetes and is based on Tensorflow Extended. Works with Tensorflow and Pytorch. |
4949
| MLflow | Open-source | MLflow Project | Open-source platform for the machine learning lifecycle. Can be used with Python, Conda and Docker. Large community. |
5050

5151
</center>

0 commit comments

Comments
 (0)