getModel: Retrieving a BigML Model

Description Usage Arguments Details Value Author(s) References See Also

Description

Retrieving a BigML Model

Usage

1
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.

Details

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

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

Author(s)

Leon Hwang hwang@bigml.com

References

https://bigml.com/developers/models

See Also

Other model methods: createModel; listModels; quickModel


bigml documentation built on May 2, 2019, 2:06 a.m.