Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 441d41a

Browse files
committed
refined scribs platform section
1 parent 9a88cba commit 441d41a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

_posts/2024-02-05-evolution-of-mlplatform.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -86,31 +86,27 @@ MLOps is a methodology that provides a collection of concepts and workflows desi
8686

8787
Scribd's ML Platform -- MLOps and Platforms in Action
8888
-------------------------------------
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.
9090

91-
1. **Automation:**
92-
91+
1. **Automation:**
9392
* Applying CI/CD strategies to model deployments through the use of Jenkins pipelines which deploy models from the Model Registry to AWS based endpoints.
9493
* 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.
9594

9695
2. **Continuous** **Testing:**
97-
9896
* Applying continuous testing as part of a model deployment pipeline, removing the need for manual testing.
9997
* Increased tooling to support model validation testing.
10098

10199
3. **Monitoring:**
102-
103100
* Monitoring real time inference endpoints
104101
* Monitoring training DAGS
102+
* Monitoring batch jobs
105103

106104
4. **Collaboration and Communication:**
107-
108105
* Feature Store which provides feature discovery and re-use
109106
* Model Database which provides model collaboration
110107

111108
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
114110

115111

116112
References

0 commit comments

Comments
 (0)