This repository contains the source material for the book "Feature Engineering A-Z". The rendered book can be found at https://feaz-book.com/
This book shows examples in both R and Python, with renv being used to manage R dependencies and Poetry being used to manage Python dependencies.
You do this by calling renv::restore() from R, and poetry build from the terminal.
The book is rendered using Quarto. For this to work smoothly, the environment variable RETICULATE_PYTHON has been specified in .Renviron.
I'm going to try something new, which is to write some custom AI skills that lets you use the information in this book with your AI agent of choice.
| Skill | Description |
|---|---|
| Ask FEAZ | Ask questions about feature engineering methods |
| Workflow Builder | Design a feature engineering pipeline for your data |
Browse all skills in the ai-skills folder.
AI tools were not used to generate any of the definitions, descriptions, discussions, references, or other textual materials. All prose and code is hand crafted.
AI tools were used for:
- Copy editing/spelling/grammar (e.g., Grammarly)
- Creation of AI skills