Follow this guide to learn feature engineering with python for machine learning.
Here I will be covering how to deal with numerical and categorical data.
Notebooks 📕
Datasets 📁
An International Public Health Institution has run a survey with 3000 respondants divided equally
across 7 major cities around the world. The Result's have been compiled and provided to you in the
form a table. Following are the features as per the received response : -
- id
- name
- age
- marriage_status
- gender
- weight
- height
- hours_of_exercise
- avg_daily_calories
- diet_type
- if_smokes
- if_drinks
- if_drugs
- city
- city_temperature
- diseases_or_conditions
- income
- education_level
Your task is to come up with more information, characteristics and features.