getPrediction: Retrieving a BigML Prediction

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

Description

Retrieving a BigML Prediction

Usage

1
getPrediction(prediction_id, ...)

Arguments

prediction_id

the id of the prediction resource.

...

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

atomic character or numeric value if prediction_only is TRUE, else return:

category

numeric

code

numeric

created

character

credits

numeric

dataset

character

dataset_status

logical

description

character

fields

list

input_data

numeric

locale

character

model

character

model_status

logical

name

character

objective_fields

character

prediction

character

prediction_path

list

private

logical

resource

character

source

character

source_status

logical

status

list

tags

AsIs

updated

character

Author(s)

Leon Hwang hwang@bigml.com

References

https://bigml.com/developers/predictions

See Also

Other prediction methods: createPrediction; quickPrediction


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