Skip to content

Commit 16f2784

Browse files
authored
Update README.md
1 parent 7adc158 commit 16f2784

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It contains interview preparation notes from iNeuron, article links, and others.
6767
37. Matt Mochary Method [Link](https://docs.google.com/document/d/18FiJbYn53fTtPmphfdCKT2TMWH-8Y2L-MLqDk-MFV4s/preview?pru=AAABhJXMgQo*wpkvH9cihXuCqm_7HASBVw)
6868
38. Nubank [Link](https://building.nubank.com.br/data/data-science-machine-learning/)
6969

70-
## ML System Design:
70+
### ML System Design:
7171

7272
1. Framework [Link](https://leetcode.com/discuss/interview-question/system-design/566057/machine-learning-system-design-a-framework-for-the-interview-day)
7373
2. Product minded ML design. [Link](https://www.youtube.com/watch?v=Hv54e-9XnZ0&ab_channel=AssociationforComputingMachinery%28ACM%29)
@@ -125,13 +125,9 @@ Understand the business context first, don't get over-excited about the tech, an
125125
When someone asks you for a model, always ask:
126126

127127
👉 why do you need it?
128-
129128
👉 what is your current solution (e.g. what is the baseline to beat)?
130-
131129
👉 who is going to use the predictions and how?
132-
133130
👉 what is the financial impact of the model’s downtime or mistakes?
134-
135131
👉 which metrics do we care about to measure what?
136132

137133
Once you have your answers, back them up with a solid exploratory data analysis, and, when done, loop in the biz team again.
@@ -140,9 +136,7 @@ Once you have your answers, back them up with a solid exploratory data analysis,
140136
This is a critical moment as your results will translate into 3 potential outcomes:
141137

142138
💡 “Really? This contradicts what I thought. Well, in this case, the ML model doesn’t make much sense anymore”. You are off the hook without a single line of code 🔴
143-
144139
💡 “Ah, interesting. I guess we’ll have to change requirements/scope then.” Course-correct before moving forward 🟠
145-
146140
💡 “This is what I expected. Let’s go ahead”. Greenlight 🟢
147141

148142

0 commit comments

Comments
 (0)