Skip to content

Commit

Permalink
Merge pull request #31 from awray3/patch-1
Browse files Browse the repository at this point in the history
Fix typo in automation section
  • Loading branch information
guipleite authored Feb 25, 2024
2 parents 86bad9d + 8968ed1 commit 7cf9d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MLOps/PipelineAutomation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Currently there are many tools used to create and automate Machine Learning pipe
| -------------------- |:-----------------:|:----------:|:------------ |
| 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. |
| Tensorflow Extended (TFX) | Open-source | Tensorflow | Used for production Machine Learning pipelines. Heavily integrated with Google and GCP. Only works with Tensorflow.
| 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. |
| 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. |
| MLflow | Open-source | MLflow Project | Open-source platform for the machine learning lifecycle. Can be used with Python, Conda and Docker. Large community. |

</center>

0 comments on commit 7cf9d41

Please sign in to comment.