Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge 3 | Moving on to Tasks
course content

Course Content

Data Preprocessing

Challenge 3Challenge 3

Task

The last task we have prepared for you is the implementation of feature engineering. You will be working with the 'sales_data.csv' dataset, and your task will be to create new variables and process categorical and numeric data.

  1. Use feature engineering to create new columns such as year, month, and day of the week Date
  2. Encode the 'Region' and 'Product; categorical columns with the ohe-hot encoding method
  3. For numeric data ('Sales'), you will need to scale the data

Everything was clear?

Section 6. Chapter 3
toggle bottom row
course content

Course Content

Data Preprocessing

Challenge 3Challenge 3

Task

The last task we have prepared for you is the implementation of feature engineering. You will be working with the 'sales_data.csv' dataset, and your task will be to create new variables and process categorical and numeric data.

  1. Use feature engineering to create new columns such as year, month, and day of the week Date
  2. Encode the 'Region' and 'Product; categorical columns with the ohe-hot encoding method
  3. For numeric data ('Sales'), you will need to scale the data

Everything was clear?

Section 6. Chapter 3
toggle bottom row
some-alt