Skip to content

jecastrom/lab-feature-extraction

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%