Learn R Programming

bigml (version 0.1.2)

getModel: Retrieving a BigML Model

Description

Retrieving a BigML Model

Usage

getModel(model_id, ...)

Arguments

model_id
A string giving the model id.
...
Arbitrary named arguments that are passed on to formEncodeURL in order to create form-encoded URL options.

Value

category
numeric
code
numeric
columns
numeric
created
character
credits
numeric
dataset
character
dataset_status
logical
description
character
input_fields
character
locale
character
max_columns
numeric
max_rows
numeric
model
list
name
character
number_of_predictions
numeric
objective_fields
character
private
logical
range
numeric
resource
character
rows
numeric
size
numeric
source
character
source_status
logical
status
list
tags
AsIs
updated
character

Details

This function needs to use id information from existing R resources. See the references for more details.

References

https://bigml.com/developers/models

See Also

Other model methods: createModel; listModels; quickModel