Skip to content

Commit 8423fc2

Browse files
authored
Merge pull request HazyResearch#51 from HuaizhengZhang/patch-1
[MLOps] update the MLOps section
2 parents 69b6ab6 + 25ca987 commit 8423fc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mlops.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Researchers have started tackling these challenges by developing new techniques
77

88
We provide a more detailed overview of prominent MLOps stages or aspects with a strong research-focus in the remainder of this area, noting that this field of research is relatively young and consists of many connections to other areas of data-centric AI. Additionally, notice that most sections are inspired by well-established DevOps techniques one encounters when developing traditional software artifacts. Adopting these techniques to MLOps in a rigorous and statistical sound way is often non-trivial as one has to take into account the inherent randomness of ML tasks and its finite-sample data dependency.
99

10+
Readers can refer to the [MLOps whitepaper](https://services.google.com/fh/files/misc/practitioners_guide_to_mlops_whitepaper.pdf) from Google for a broad overview of MLOps. A canonical MLOps workflow taken from the whitepaper is shown below.
11+
12+
13+
<p align="center">
14+
<img src="https://user-images.githubusercontent.com/5894780/133565963-f757db23-f656-4e5a-9599-fa1195ce5ead.png" alt="drawing" width="750" />
15+
</p>
16+
17+
18+
1019
<h2 id="mlops-data-acquisition-feasibility-study">Feasibility Study and Data Acquisition</h2>
1120

1221
In DevOps practices, new projects typically are evaluated upon their probability of success via a feasibility study. Whilst performing such a task in the context of ML dev has some similarities such as the hardware and engineering availability, there are two different approaches to evaluate the feasibility of ML project with respect to its data.

0 commit comments

Comments
 (0)