Skip to content

Commit

Permalink
Fix typo in automation section
Browse files Browse the repository at this point in the history
Tensoorflow -> Tensorflow
  • Loading branch information
awray3 authored Feb 25, 2024
1 parent 86bad9d commit 8968ed1
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 8968ed1

Please sign in to comment.