How to quickly solve machine learning forecasting problems using Pandas and BigQuery
We created a workflow to:
- Create features and labels on a subsample of data using Pandas and train an initial model locally
- Create features and labels on the full dataset using BigQuery
- Utilize BigQuery ML to build a scalable machine learning model
- (Advanced) Build a forecasting model using Recurrent Neural Networks in Keras and TensorFlow