Statistics for Machine Learning — Datasets
====================================================
Book 6 of the Data Science Foundations Series

This folder contains the dataset used in this book's final capstone
chapter, exported as a plain CSV file.

- capstone_customer_churn.csv — A synthetic customer churn dataset (400
  rows) used throughout this book's final, complete statistical analysis
  project: tenure_months, monthly_charges, support_tickets, contract_type,
  and the binary churned outcome (0 = retained, 1 = churned). Generated
  with a fixed random seed (42), so re-running the exact code shown in
  the book reproduces this identical dataset.

This book's earlier chapters (hypothesis testing, regression, ANOVA, etc.)
each use smaller, inline synthetic examples defined directly in the code
shown — these are not substantial standalone datasets and are not
included here separately; the code to reproduce them is shown directly
in the relevant chapter.

More info and the latest version of this collection: www.waskeypress.com
