Skip to content

Instantly share code, notes, and snippets.

@narviis
Created October 24, 2016 11:10
Show Gist options
  • Save narviis/f006b2995486e52b15684ad11d2ad37e to your computer and use it in GitHub Desktop.
Save narviis/f006b2995486e52b15684ad11d2ad37e to your computer and use it in GitHub Desktop.
This Gist is intended to be a complete guide and reference to feature engineering best practices.

Feature Engineering Best Practices

Background

This is a work in progress. There are a lot to be done so your assistance and involvement is more than encouraged.

Intro

There are a lot of best practices to feature engineer that we almost aways forget some of them when working on a dataset. This guide is intended to be a quick reference that will list all the best practices when dealing with different types of features either continuous or categoricals.

Guide

Continuous features

Categorize continuous features

Most of algorithms cannot...

Categorical features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment