Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 437 Bytes

Example dbt + Bigquery ML project

This project trains a logistic regression classifier for passenger survivorship on the Titanic using dbt and Bigquery ML.

To get up and running with a step-by-step walkthrough, visit the accompanying blog post.

Quickstart

  1. Set up your bigquery project
  2. Install dbt
  3. run dbt deps
  4. run dbt seed
  5. run dbt run