Learn R Programming

⚠️There's a newer version (0.6.1) of this package.Take me there.

cloudml (version 0.6.0)

Interface to the Google Cloud Machine Learning Platform

Description

Interface to the Google Cloud Machine Learning Platform , which provides cloud tools for training machine learning models.

Copy Link

Version

Install

install.packages('cloudml')

Monthly Downloads

216

Version

0.6.0

License

Apache License 2.0

Maintainer

Javier Luraschi

Last Published

August 27th, 2018

Functions in cloudml (0.6.0)

cloudml-package

Interface to the Google Cloud Machine Learning Platform
gcloud_install

Install the Google Cloud SDK
gcloud_terminal

Create an RStudio terminal with access to the Google Cloud SDK
job_list

List all jobs
job_status

Current status of a job
gs_data_dir_local

Get a local path to the contents of Google Storage bucket
gcloud_exec

Executes a Google Cloud Command
gs_local_dir

Alias to gs_data_dir_local() function
gcloud_init

Initialize the Google Cloud SDK
gs_rsync

Synchronize content of two buckets/directories
job_stream_logs

Show job log stream
gs_copy

Copy files to / from Google Storage
gs_data_dir

Google storage bucket path that syncs to local storage when not running on CloudML.
job_trials

Current trials of a job
cloudml_predict

Perform Prediction over a CloudML Model.
job_cancel

Cancel a job
job_collect

Collect job output
gsutil_exec

Executes a Google Utils Command
cloudml_train

Train a model using Cloud ML
cloudml_deploy

Deploy SavedModel to CloudML