Skip to content

Tung M Phung's Blog

  • Home
  • About me

Tag: One-hot encoding

Feature Engineering, Machine Learning - Data MiningLeave a comment

When to add a dummy variable?

December 19, 2019July 31, 2020 Tung.M.Phung

A dummy variable is a variable (or feature, predictor, column) whose values can be either 0 or 1. Continue reading When to add a dummy variable?

Feature Engineering, Machine Learning - Data Mining3 Comments

How to convert Categorical Variables to Numerical Variables

December 18, 2019July 31, 2020 Tung.M.Phung

In Machine Learning, while some predictive models allow categorical variables in the data, most require all predictor variables to be continuous Continue reading How to convert Categorical Variables to Numerical Variables