Implementing BigQuery ML models within notebooks
In this section, we'll leverage the notebook instance that we configured in the Configuring the first notebook section to run BigQuery SQL statements and develop the BigQuery ML machine learning model.
To learn how a notebook can be used, we'll reuse some of the code blocks that we built in Chapter 4, Predicting Numerical Values with Linear Regression. It's important to remember that the goal of the use case was to predict the rental time of each ride for the New York City bike sharing service. To achieve this goal, we've trained a simple linear regression machine learning model. In this section, we'll use the same technique; that is, we'll be embedding the code into an AI Platform notebook.
Compiling the AI notebook
In this section, we'll compile the notebook using Code cells to embed the SQL queries and Markdown cells to create titles and descriptions. Let's start compiling our notebook...