r - How do we connect Azure Machine Learning Studio to Google BigQuery? -


we trying use support vector machines predictions on our dataset 70,000 rows , 7 features - have tried svm on google datalabs our data set big calculate in reasonable finite time on datalabs vm.

we leverage approach scales statistical approaches across cpu cores revolution analytics version of r on azure machine learning studio our data on google bigquery.

how connect r script on azure machine learning studio use our dataset on google bigquery?

you can pull data "execute python script" module using http request or google sdk python (https://cloud.google.com/bigquery/exporting-data-from-bigquery). add "execute r script" logic


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -