reklama - zainteresowany?

Causal Inference in Python - Helion

Causal Inference in Python
ebook
Autor: Matheus Facure
ISBN: 9781098140212
stron: 408, Format: ebook
Data wydania: 2023-07-14
Księgarnia: Helion

Cena książki: 237,15 zł (poprzednio: 275,76 zł)
Oszczędzasz: 14% (-38,61 zł)

Dodaj do koszyka Causal Inference in Python

How many buyers will an additional dollar of online marketing bring in? Which customers will only buy when given a discount coupon? How do you establish an optimal pricing strategy? The best way to determine how the levers at our disposal affect the business metrics we want to drive is through causal inference.

In this book, author Matheus Facure, senior data scientist at Nubank, explains the largely untapped potential of causal inference for estimating impacts and effects. Managers, data scientists, and business analysts will learn classical causal inference methods like randomized control trials (A/B tests), linear regression, propensity score, synthetic controls, and difference-in-differences. Each method is accompanied by an application in the industry to serve as a grounding example.

With this book, you will:

  • Learn how to use basic concepts of causal inference
  • Frame a business problem as a causal inference problem
  • Understand how bias gets in the way of causal inference
  • Learn how causal effects can differ from person to person
  • Use repeated observations of the same customers across time to adjust for biases
  • Understand how causal effects differ across geographic locations
  • Examine noncompliance bias and effect dilution

Dodaj do koszyka Causal Inference in Python

 

Osoby które kupowały "Causal Inference in Python", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Causal Inference in Python

Spis treści

Causal Inference in Python eBook -- spis treści

  • Preface
    • Prerequisites
    • Outline
    • Conventions Used in This Book
    • Using Code Examples
    • OReilly Online Learning
    • How to Contact Us
    • Acknowledgments
  • I. Fundamentals
  • 1. Introduction to Causal Inference
    • What Is Causal Inference?
    • Why We Do Causal Inference
    • Machine Learning and Causal Inference
    • Association and Causation
      • The Treatment and the Outcome
      • The Fundamental Problem of Causal Inference
      • Causal Models
      • Interventions
      • Individual Treatment Effect
      • Potential Outcomes
      • Consistency and Stable Unit Treatment Values
      • Causal Quantities of Interest
      • Causal Quantities: An Example
    • Bias
      • The Bias Equation
      • A Visual Guide to Bias
    • Identifying the Treatment Effect
      • The Independence Assumption
      • Identification with Randomization
    • Key Ideas
  • 2. Randomized Experiments and Stats Review
    • Brute-Force Independence with Randomization
    • An A/B Testing Example
    • The Ideal Experiment
    • The Most Dangerous Equation
    • The Standard Error of Our Estimates
    • Confidence Intervals
    • Hypothesis Testing
      • Null Hypothesis
      • Test Statistic
    • p-values
    • Power
    • Sample Size Calculation
    • Key Ideas
  • 3. Graphical Causal Models
    • Thinking About Causality
      • Visualizing Causal Relationships
      • Are Consultants Worth It?
    • Crash Course in Graphical Models
      • Chains
      • Forks
      • Immorality or Collider
      • The Flow of Association Cheat Sheet
      • Querying a Graph in Python
    • Identification Revisited
    • CIA and the Adjustment Formula
    • Positivity Assumption
    • An Identification Example with Data
    • Confounding Bias
      • Surrogate Confounding
      • Randomization Revisited
    • Selection Bias
      • Conditioning on a Collider
      • Adjusting for Selection Bias
      • Conditioning on a Mediator
    • Key Ideas
  • II. Adjusting for Bias
  • 4. The Unreasonable Effectiveness of Linear Regression
    • All You Need Is Linear Regression
      • Why We Need Models
      • Regression in A/B Tests
      • Adjusting with Regression
    • Regression Theory
      • Single Variable Linear Regression
      • Multivariate Linear Regression
    • Frisch-Waugh-Lovell Theorem and Orthogonalization
      • Debiasing Step
      • Denoising Step
      • Standard Error of the Regression Estimator
      • Final Outcome Model
      • FWL Summary
    • Regression as an Outcome Model
    • Positivity and Extrapolation
    • Nonlinearities in Linear Regression
      • Linearizing the Treatment
      • Nonlinear FWL and Debiasing
    • Regression for Dummies
      • Conditionally Random Experiments
      • Dummy Variables
      • Saturated Regression Model
      • Regression as Variance Weighted Average
      • De-Meaning and Fixed Effects
    • Omitted Variable Bias: Confounding Through the Lens of Regression
    • Neutral Controls
      • Noise Inducing Control
      • Feature Selection: A Bias-Variance Trade-Off
    • Key Ideas
  • 5. Propensity Score
    • The Impact of Management Training
    • Adjusting with Regression
    • Propensity Score
      • Propensity Score Estimation
      • Propensity Score and Orthogonalization
      • Propensity Score Matching
      • Inverse Propensity Weighting
      • Variance of IPW
      • Stabilized Propensity Weights
      • Pseudo-Populations
      • Selection Bias
      • Bias-Variance Trade-Off
      • Positivity
    • Design- Versus Model-Based Identification
    • Doubly Robust Estimation
      • Treatment Is Easy to Model
      • Outcome Is Easy to Model
    • Generalized Propensity Score for Continuous Treatment
    • Key Ideas
  • III. Effect Heterogeneity and Personalization
  • 6. Effect Heterogeneity
    • From ATE to CATE
    • Why Prediction Is Not the Answer
    • CATE with Regression
    • Evaluating CATE Predictions
    • Effect by Model Quantile
    • Cumulative Effect
    • Cumulative Gain
    • Target Transformation
    • When Prediction Models Are Good for Effect Ordering
      • Marginal Decreasing Returns
      • Binary Outcomes
    • CATE for Decision Making
    • Key Ideas
  • 7. Metalearners
    • Metalearners for Discrete Treatments
      • T-Learner
      • X-Learner
    • Metalearners for Continuous Treatments
      • S-Learner
      • Double/Debiased Machine Learning
        • Double-ML for CATE estimation
        • Visual intuition for Double-ML
    • Key Ideas
  • IV. Panel Data
  • 8. Difference-in-Differences
    • Panel Data
    • Canonical Difference-in-Differences
      • Diff-in-Diff with Outcome Growth
      • Diff-in-Diff with OLS
      • Diff-in-Diff with Fixed Effects
      • Multiple Time Periods
      • Inference
    • Identification Assumptions
      • Parallel Trends
      • No Anticipation Assumption and SUTVA
      • Strict Exogeneity
      • No Time Varying Confounders
      • No Feedback
      • No Carryover and No Lagged Dependent Variable
    • Effect Dynamics over Time
    • Diff-in-Diff with Covariates
    • Doubly Robust Diff-in-Diff
      • Propensity Score Model
      • Delta Outcome Model
      • All Together Now
    • Staggered Adoption
      • Heterogeneous Effect over Time
      • Covariates
    • Key Ideas
  • 9. Synthetic Control
    • Online Marketing Dataset
    • Matrix Representation
    • Synthetic Control as Horizontal Regression
    • Canonical Synthetic Control
    • Synthetic Control with Covariants
    • Debiasing Synthetic Control
    • Inference
    • Synthetic Difference-in-Differences
      • DID Refresher
      • Synthetic Controls Revisited
      • Estimating Time Weights
      • Synthetic Control and DID
    • Key Ideas
  • V. Alternative Experimental Designs
  • 10. Geo and Switchback Experiments
    • Geo-Experiments
    • Synthetic Control Design
      • Trying a Random Set of Treated Units
      • Random Search
    • Switchback Experiment
      • Potential Outcomes of Sequences
      • Estimating the Order of Carryover Effect
      • Design-Based Estimation
      • Optimal Switchback Design
      • Robust Variance
    • Key Ideas
  • 11. Noncompliance and Instruments
    • Noncompliance
    • Extending Potential Outcomes
    • Instrument Identification Assumptions
    • First Stage
    • Reduced Form
    • Two-Stage Least Squares
    • Standard Error
    • Additional Controls and Instruments
      • 2SLS by Hand
      • Matrix Implementation
    • Discontinuity Design
      • Discontinuity Design Assumptions
      • Intention to Treat Effect
      • The IV Estimate
      • Bunching
    • Key Ideas
  • 12. Next Steps
    • Causal Discovery
    • Sequential Decision Making
    • Causal Reinforcement Learning
    • Causal Forecasting
    • Domain Adaptation
    • Closing Thoughts
  • Index

Dodaj do koszyka Causal Inference in Python

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.