feature-engineering-az icon indicating copy to clipboard operation
feature-engineering-az copied to clipboard

Source for book "Feature Engineering A-Z"

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.