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: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ It contains interview preparation notes from iNeuron, article links, and others.
67
67
37. Matt Mochary Method [Link](https://docs.google.com/document/d/18FiJbYn53fTtPmphfdCKT2TMWH-8Y2L-MLqDk-MFV4s/preview?pru=AAABhJXMgQo*wpkvH9cihXuCqm_7HASBVw)
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
125
125
When someone asks you for a model, always ask:
126
126
127
127
👉 why do you need it?
128
-
129
128
👉 what is your current solution (e.g. what is the baseline to beat)?
130
-
131
129
👉 who is going to use the predictions and how?
132
-
133
130
👉 what is the financial impact of the model’s downtime or mistakes?
134
-
135
131
👉 which metrics do we care about to measure what?
136
132
137
133
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,
140
136
This is a critical moment as your results will translate into 3 potential outcomes:
141
137
142
138
💡 “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
-
144
139
💡 “Ah, interesting. I guess we’ll have to change requirements/scope then.” Course-correct before moving forward 🟠
145
-
146
140
💡 “This is what I expected. Let’s go ahead”. Greenlight 🟢
0 commit comments