Learn R Programming

bigml (version 0.1.2)

listModels: Listing BigML Datasets

Description

Listing BigML Datasets

Usage

listModels(flatten = TRUE, models_only = TRUE, ...)

Arguments

flatten
A logical value indicating whether to flatten the response into a data frame.
models_only
A logical value indicating whether to only return the data frame of model information (only valid if flatten is TRUE).
...
Arbitrary named arguments that are passed on to formEncodeURL in order to create form-encoded URL options.

Value

If flatten is TRUE, and models_only = TRUE a data frame of:
category
numeric
code
numeric
columns
numeric
created
character
credits
numeric
dataset
character
dataset_status
logical
description
character
locale
character
max_columns
numeric
max_rows
numeric
name
character
number_of_predictions
numeric
objective_fields
character
private
logical
resource
character
rows
numeric
size
numeric
source
character
source_status
logical
updated
character
If flatten is TRUE and models_only = FALSE a list of:
meta
list
models
data.frame
If flatten is FALSE a list of:
meta
list
objects
list
see references for more details

References

https://bigml.com/developers/models

See Also

Other model methods: createModel; getModel; quickModel