Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 2.49 KB

README.md

File metadata and controls

98 lines (51 loc) · 2.49 KB

3.1 Data preparation: ETL and feature engineering

Ingestion

3.1.1 Creating a new project

TODO: describe the context

Video

Opening a text editor:

  • Go to the command center (At the top)
  • Type "text editor"

3.1.2 Data preparation - Ingestion

TODO: describe the context

Video

Code:

3.1.3 Utility helper functions

TODO: describe the context

Video

Code

2. Data Preparation

Videos

  1. Data preparation block
  2. Visualize prepared data

Code


3. Build training sets

Videos

  1. Encoding functions
  2. Training set block

Code


4. Data validations using built-in testing framework

Videos

  1. Writing data validations

Code


Code

  1. Complete code solution
  2. Pipeline configuration

Resources

  1. Global Data Products

  2. Data validations using built-in testing framework

  3. Data quality checks with Great Expectations integration

  4. Unit tests

  5. Feature encoding