Artificial Intelligence for Absolute Beginners — Datasets
====================================================
Book 3 of the Data Science Foundations Series

This folder contains the datasets used throughout this book, exported as
plain CSV files.

INCLUDED (built into scikit-learn, exported here as CSV):
- breast_cancer.csv   — sklearn.datasets.load_breast_cancer() (569 rows, binary classification)
- digits.csv          — sklearn.datasets.load_digits() (1,797 rows: 8x8 handwritten digit images, flattened)
- wine.csv            — sklearn.datasets.load_wine() (178 rows, 3-class classification)

These three real datasets are used throughout the book to illustrate AI and
machine learning concepts concretely. This book's final chapter ("The
Future of AI") is a conceptual discussion chapter rather than a hands-on
project, so no additional capstone dataset is included.

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