Rdocumentation
powered by
Learn R Programming
bigml (version 0.1.2)
getPrediction: Retrieving a BigML Prediction
Description
Retrieving a BigML Prediction
Usage
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.
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
Details
This function needs to use id information from existing R resources. See the references for more details.
References
https://bigml.com/developers/predictions
See Also
Other prediction methods:
createPrediction
;
quickPrediction