louiscostes / lab-feature-extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo_ironhack_blue 7

Lab | Feature extraction

For this lab, we will be using the same dataset we used in the previous labs. We recommend using the same notebook since you will be reusing the same variables you previous created and used in labs.

Instructions

  1. Open the categoricals variable we created before.
categoricals = data.select_dtypes(np.object)
categoricals.head()
  1. Plot all the categorical variables with the proper plot. What can you see?
  2. There might be some columns that seem to be redundant, check their values to be sure. What should we do with them?
  3. Plot time variable. Can you extract something from it?

About


Languages

Language:Jupyter Notebook 100.0%