Session Ready
Exercise

Exploring a target variable

You have been asked to build a machine learning model to predict whether or not a person makes over $50,000 in a year. To understand the target variable, Above/Below 50k, you decide to explore the variable in more detail. The Python package pandas will be used throughout this course and will be loaded as pd for all console exercises. The adult census income dataset, adult, has also been preloaded for you.

Instructions 1/4
undefined XP
  • 1
  • 2
  • 3
  • 4
  • Explore the Above/Below 50k variable by printing out a description of the variable's contents.