justinjm / googleCloudAutoMLTablesR

R package for interacting with Google Cloud AutoML Tables API
https://code.justinmarciszewski.me/googleCloudAutoMLTablesR
Other
4 stars 2 forks source link

create `gcat_batch_predict` function #8

Closed justinjm closed 3 years ago

justinjm commented 4 years ago

A bread-and-butter function for making a batch prediction using a trained model

API Docs reference: https://cloud.google.com/automl/docs/reference/rest/v1beta1/projects.locations.models/batchPredict

Example tutorial (python): https://github.com/GoogleCloudPlatform/ai-platform-samples/blob/master/notebooks/samples/tables/purchase_prediction/purchase_prediction.ipynb

justinjm commented 3 years ago

Closing since last mentioned commit fc4657d implemented basic working function