ML Study Jam — Forecasting model in BQML
What is ML Study Jam?
A free machine learning program using Qwiklabs.
What is BigQuery?
BigQuery is Google’s fully managed, NoOps, low cost analytics database. With BigQuery you can query terabytes and terabytes of data without having any infrastructure to manage, or needing a database administrator.
BigQuery Machine Learning (BQML, product in beta) is a new feature in BigQuery where data analysts can create, train, evaluate, and predict with machine learning models with minimal coding.
The flow of BigQuery ML Forecasting
The flow of ML forecasting is like the flowchart above.
- Select valuable fields from your raw data table for predictions.
- Choose a suitable
classfication model
to train your model. - Evaluate the model performance.
- If the model performance is not good enough, try to filter the data or change the needed table column.
- If the model is good enough, use it to predict data.
- Get the predictions.