Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Statistics for Data Science: what you should know and why

Statistics for Data Science: what you should know and why

Talk at IBM Community Day: Data Science, Online 2017-07-24

- https://ibmdatascienceday.bemyapp.com/talks

Gabriela de Queiroz

July 24, 2018
Tweet

More Decks by Gabriela de Queiroz

Other Decks in Technology

Transcript

  1. Statistics for Data Science: what you should know and why

    
 —
 Gabriela de Queiroz
 Senior Developer Advocate @ IBM Founder of R-Ladies http://codait.org Ladies http://rladies.org
  2. Agenda • Know your data • Correlation (and Causation) •

    A/B test • Statistical Models • Probability Bonus: R-Ladies
  3. Causation vs Correlation • Causality indicates that one event is

    the result of the occurrence of the other event. • Correlation between two things can be caused by a third factor (confounder) that affects both of them.
  4. Is there any time where correlation implies causation? The gold

    standard for establishing cause and effect is a controlled trial (aka A/B test).
  5. A/B Testing Online experiments are used to test a new

    design, a machine learning model, or any new feature.
  6. A/B Testing - Hypothesis Tests A hypothesis test is a

    way to decide whether the data strongly support one point of view or another.
  7. The response is the one whose content we are trying

    to model with other variables (explanatory variables) In any given model: • response variable (Y) • explanatory variables (X1, . . . .Xn)
  8. Use Case: Improve Sales of a product • Let’s say

    we were hired to provide advice on how to improve sales of a particular product. • Our goal is to develop a model that can be used to predict sales based on these 3 media budgets. Example extracted from the book "An Introduction to Statistical Learning with Applications in R"
  9. The data consists of the sales of the product in

    200 different markets, along with advertising budgets for the product in each of those markets for three different media: TV, radio, and newspaper.
  10. output variable: sales (in thousands of units) input variables: advertising

    budgets (in thousands of dollars) The sales for a particular product is a function of advertising budgets.
  11. Suppose we are asked to suggest a marketing plan for

    next year that will result in high product sales. WHAT INFORMATION WOULD BE USEFUL TO PROVIDE?
  12. 1. Is there a relationship between advertising budget and sales?

    Our first goal should be to determine whether the data provide evidence of an association between advertising spend and sales.
  13. 3. Which media contribute to sales? Do all three media

    contribute to sales, or do just one or two?
  14. 4. How accurately can we estimate the effect of each

    media on sales? For every dollar spent on advertising in a particular media, by what amount will sales increase?
  15. 5. How accurately can we predict future sales? For any

    given advertising, what is our prediction for sales, and what is the accuracy of this prediction?
  16. 6. Is the relationship linear? If the relationship between advertising

    spend in the various media and sales is approximately a straight-line then linear regression is an appropriate tool. If not, then it may still be possible to transform the predictor or the response so that linear regression can be used.
  17. We could answer all those questions by setting up a

    multiple linear regression: sales = 0 + 1TV + 2radio + 3newspaper + ✏
  18. • Naive Bayes • Logistic Regression • k-NN • Latent

    Dirichlet Allocation (LDA) • Decision Trees • Association Rules (ex: Basket Analysis) • …
  19. Worldwide organization that promotes gender diversity in the R community

    via meetups and mentorship in a friendly and safe environment
  20. Our mission More women/non-binary • coders • developers • speakers

    • leaders More gender minorities developing R packages and being part of the R community.
  21. What do you get? 1) Starter-Kit ▪ Tech Infrastructure ▪

    Tips on how to organize events ▪ Code of Conduct (En/Spanish) 2) @rladies.org email 3) Organizer slack channel 4) Shared training material 5) Financial support to cover meetup registration/renewal fees!
  22. And there is more! YOU WILL: - be part of

    an incredible family - learn a lot (not onlyR)! - have unlimited support - meet other R-Ladies + MUCH MORE!
  23. Make sure to schedule your 1:1 Session https://ibmcommunityday.bemyapp.com/#/mentors You can

    also reach me via: twitter: @gdequeiroz linkedin: http://bit.ly/linkedin-gdq
  24. Aditional Resources • R-Ladies: www.rladies.org • Call for code: https://developer.ibm.com/callforcode/

    • Intro to Statistics with R - DataCamp • R4DS: http://r4ds.had.co.nz/ • Think Stats - Probability and Statistics for Programmers: http://greenteapress.com/thinkstats/ • Statistical Learning online class: https://online.stanford.edu/ courses/sohs-ystatslearning-statistical-learning-self-paced