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
98
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
Thesis Presentation
_themessier
0
58
Proactive_Mitigation_Detox_ICWSM
_themessier
0
9
An overview of hate speech analysis techniques in NLP
_themessier
0
86
Probing Critical Learning Dynamics of PLMs for Hate Speech Detection
_themessier
0
110
Google Bindi: Hateful Signals and where to find them?
_themessier
0
85
Hateful Signals In Indic Context and Where to Find Them
_themessier
0
100
NLP With Friends
_themessier
0
120
Revisiting Hate Speech Benchmarks KDD 2023
_themessier
0
150
Role of NLP in Analysing Hate Speech
_themessier
0
110
Other Decks in Technology
See All in Technology
20251007: What happens when multi-agent systems become larger? (CyberAgent, Inc)
ornew
1
220
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
640
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
470
綺麗なデータマートをつくろう_データ整備を前向きに考える会 / Let's create clean data mart
brainpadpr
3
400
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.4k
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.2k
『OCI で学ぶクラウドネイティブ 実践 × 理論ガイド』 書籍概要
oracle4engineer
PRO
3
200
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
6
960
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
440
社内お問い合わせBotの仕組みと学び
nish01
1
570
なぜAWSを活かしきれないのか?技術と組織への処方箋
nrinetcom
PRO
4
720
Azure Well-Architected Framework入門
tomokusaba
1
350
Featured
See All Featured
It's Worth the Effort
3n
187
28k
YesSQL, Process and Tooling at Scale
rocio
173
14k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Automating Front-end Workflow
addyosmani
1371
200k
Balancing Empowerment & Direction
lara
4
690
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Making Projects Easy
brettharned
119
6.4k
Visualization
eitanlees
149
16k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
870
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Practical Orchestrator
shlominoach
190
11k
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