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
Copy file name to clipboardExpand all lines: _posts/2024-02-05-evolution-of-mlplatform.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -86,31 +86,27 @@ MLOps is a methodology that provides a collection of concepts and workflows desi
86
86
87
87
Scribd's ML Platform -- MLOps and Platforms in Action
88
88
-------------------------------------
89
-
At Scribd we have developed a machine learning platform which provides a curated developer experience for machine learning developers and applies the concepts of DevOps in the following ways
89
+
At Scribd we have developed a machine learning platform which provides a curated developer experience for machine learning developers. This platform has been built with MLOps in mind which can be seen through its use of common DevOps principles.
90
90
91
-
1.**Automation:**
92
-
91
+
1.**Automation:**
93
92
* Applying CI/CD strategies to model deployments through the use of Jenkins pipelines which deploy models from the Model Registry to AWS based endpoints.
94
93
* Automating Model training throug the use of Airflow DAGS and allowing these DAGS to trigger the deployment pipelines to deploy a model once re-training has occured.
95
94
96
95
2.**Continuous****Testing:**
97
-
98
96
* Applying continuous testing as part of a model deployment pipeline, removing the need for manual testing.
99
97
* Increased tooling to support model validation testing.
100
98
101
99
3.**Monitoring:**
102
-
103
100
* Monitoring real time inference endpoints
104
101
* Monitoring training DAGS
102
+
* Monitoring batch jobs
105
103
106
104
4.**Collaboration and Communication:**
107
-
108
105
* Feature Store which provides feature discovery and re-use
109
106
* Model Database which provides model collaboration
110
107
111
108
6.**Version Control:**
112
-
113
-
* Applyied version control to experiments, machine learning models and features
109
+
* Applying version control to experiments, machine learning models and features
0 commit comments