Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Seven Sins of Data Science Newbie
Search
_themessier
March 10, 2018
Technology
0
95
Seven Sins of Data Science Newbie
Presented at WiDS Mumbai 2018
_themessier
March 10, 2018
Tweet
Share
More Decks by _themessier
See All by _themessier
An overview of hate speech analysis techniques in NLP
_themessier
0
40
Probing Critical Learning Dynamics of PLMs for Hate Speech Detection
_themessier
0
57
Google Bindi: Hateful Signals and where to find them?
_themessier
0
64
Hateful Signals In Indic Context and Where to Find Them
_themessier
0
70
NLP With Friends
_themessier
0
89
Revisiting Hate Speech Benchmarks KDD 2023
_themessier
0
110
Role of NLP in Analysing Hate Speech
_themessier
0
79
Political Attack India
_themessier
0
82
CSE_KetchupTalk_Sarah.pdf
_themessier
0
75
Other Decks in Technology
See All in Technology
開発生産性向上! 育成を「改善」と捉えるエンジニア育成戦略
shoota
2
830
pg_bigmをRustで実装する(第50回PostgreSQLアンカンファレンス@オンライン 発表資料)
shinyakato_
0
150
Azureの開発で辛いところ
re3turn
0
210
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
250
OPENLOGI Company Profile for engineer
hr01
1
17k
Fearsome File Formats
ange
0
550
I could be Wrong!! - Learning from Agile Experts
kawaguti
PRO
8
2.6k
ハイテク休憩
sat
PRO
2
190
Storage Browser for Amazon S3を触ってみた + α
miura55
0
110
.NET 9 のパフォーマンス改善
nenonaninu
0
2.2k
AI×医用画像の現状と可能性_2024年版/AI×medical_imaging_in_japan_2024
tdys13
0
1.2k
Storage Browser for Amazon S3
miu_crescent
1
350
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
170
14k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
The Cult of Friendly URLs
andyhume
78
6.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Become a Pro
speakerdeck
PRO
26
5.1k
How to train your dragon (web standard)
notwaldorf
88
5.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Docker and Python
trallard
43
3.2k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Practical Orchestrator
shlominoach
186
10k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
2
160
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Transcript
Seven Sins of a Newbie Data Science (and how not
to commit them) - Sarah Masud, Red Hat
About Me Github: sara-02 Blog: themessier.wordpress.com
Me Learning To Give Back: 1. Open Source Contributions 2.
Blogs 3. Meetups, Conferences 4. Mentorship 5. Program review committees
Let’s begin ;) Image: https://commons.wikimedia.org/wiki/File:DataScienceLogo.png
Image: https://chroniclesofanassistant.wordpress.com/2010/11/14/first-day-of-work/
Image: https://www.kdnuggets.com/2016/10/big-data-science-expectation-reality.html
1: The Problem Statement At College: “On a loan data-set,
using logistic regression determine if person will default or not.”
1: The Problem Statement At Work: “We have been collecting
these data points since past 3 years. See what can be done to monetize it.”
1: The Problem Statement Solution 1. Understand the business needs!
2. Then understand the data collected. 3. Finally translate the vague problem into a known one.
2: Show Me the data At College: “Use the data
from Kaggle, UCLA registry, Image-Net, Wikipedia...”
Image: https://me.me/i/show-me-the-data-9747283
2: Show Me the data At Work: “Use whatever data
is legally available, but get this problem solved!”
2: Show Me the data Solution: 1. Don’t expect someone
to give you the data willingly! 2. Learn to deal with lack of labelled data. 3. Learn Web Scraping/Data ingestion pipelines.
3. Using A Missile Gun To Kill The Chicken At
College: “Sounds cool! Let me use this SOTA algorithm.”
Image: https://pbs.twimg.com/media/B83v847CUAAQHKg.jpg:large
3. Using A Missile Gun To Kill The Chicken At
Work: “Provide us with a cheap, accurate, stable solution.”
Image: https://www.someecards.com/usercards/viewcard/if-you-torture-the-data-they-will-confess-94dd7
3. Using A Missile Gun To Kill The Chicken Solutions:
1. Not every problem needs to be a DS problem! 2. Use switch cases if that is enough. 3. Understand the business constraints.
4: The Value of Your Work At College: 1. Accuracy
of model. 2. Number of research papers. 3. Subject grade!
4: The Value of Your Work At work 1. RoI.
2. RoI. 3. RoI.
Image: https://me.me/i/show-me-the-money-memes-11885126
4: The Value of Your Work Solution: 1. Understand the
business. 2. Optimise for Accuracy vs Cost. 3. Keep the end user in mind.
5: Serving the model At College “It about building most
accurate system, running it from the terminal. And that is it!”
5: Serving the model At Work: 1. How many concurrent
users can we serve? 2. What time delay can we afford, before we lose the customer?
5: Serving the model Industry: 1. How is the model
exposed to UI? 2. Can the model be distributed? 3. Can the model scale with increase in data?
6. Know Thy Audience At College: “Technical mentors, peers.”
6. Know Thy Audience At Work: “Audience is always a
mixed Baggage.”
6. Know Thy Audience Solution: 1. Know you concepts well.
2. Teaching DS to your grandma style of conversations.
Image: http://www.combine-lab.com/if-you-cant-explain-it-simply-you-dont-understand-it-well-enough/
7. Entropy sets in At College: “Build once, use once,
and then forget it!”
7. Entropy sets in At Work: “The same model and
code can be used in production for years without replacement.”
7. Entropy sets in Solution: 1. Build scalable robust models.
2. Perform regular model evaluation. 3. Re-train the model from time to time.
Love the problem, not your solution. Learn to Unlearn →
Relearn → Remodel. BECAUSE ...
Image: https://www.cafepress.com/+entropy_always_wins_3_shot_glass,1289685014
Thank You Q & A