Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.67 KB

File metadata and controls

39 lines (23 loc) · 1.67 KB

Feature Engineering A-Z

This repository contains the source material for the book "Feature Engineering A-Z". The rendered book can be found at https://feaz-book.com/

Installation

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.

AI Skills

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.

Available Skills

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 Was not Used to Create Content

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