...

/

Solution: Store Model Runs Inside a Table

Solution: Store Model Runs Inside a Table

Get a detailed review of the solution to the “Store Model Runs Inside a Table” challenge.

We'll cover the following...

Solution

Let’s review the solution to the problem.

shop:
  outputs:
    dev:
      dataset: {{dataset_name}}
      job_execution_timeout_seconds: 300
      job_retries: 1
      keyfile: credentials.json
      location: {{dataset_location}}
      method: service-account
      priority: interactive
      project: {{project_id}}
      threads: 1
      type: bigquery
  target: dev
# Enter your new profile here
Solution code: Storing model runs inside a table

Code explanation

    ...