Liking cljdoc? Tell your friends :D
Clojure only.

bigml.api.dataset

Offers functions specific for BigML datasets. https://bigml.com/developers/datasets

Offers functions specific for BigML datasets.
https://bigml.com/developers/datasets
raw docstring

cloneclj

(clone dataset & params)

Clones a given dataset, represented either as a full resource (as returned by, e.g., get, or as string id.

The optional parameters map can contain any of the options described in https://bigml.com/developers/transformations#t_cloning

Error handling is analogous to that of create, which see.

Clones a given dataset, represented either as a full resource (as
returned by, e.g., `get`, or as string id.

The optional parameters map can contain any of the options described
in https://bigml.com/developers/transformations#t_cloning

Error handling is analogous to that of `create`, which see.
sourceraw docstring

createclj

(create source & params)

Creates a dataset given a source. The source may be either a string representing the source id (source/123123), or a map with either the full source (as returned with get) or a partial source (as returned with list).

Accepts the optional creation parameters defined in the BigML API docs: https://bigml.com/developers/datasets#d_create

HTTP response information is attached as meta data. Exceptions are thrown on failure unless :throw-exceptions is set as false (default is true), in which case the HTTP response details are returned as a map on failure.

Creates a dataset given a source. The source may be either a string
representing the source id (`source/123123`), or a map with either
the full source (as returned with `get`) or a partial source (as
returned with `list`).

Accepts the optional creation parameters defined in the BigML API
docs:
   https://bigml.com/developers/datasets#d_create

HTTP response information is attached as meta data. Exceptions are
thrown on failure unless :throw-exceptions is set as false (default
is true), in which case the HTTP response details are returned as
a map on failure.
sourceraw docstring

listclj

(list & params)

Retrieves a list of datasets. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/datasets#s_list

Pagination details are returned as meta data attached to the list, along with the HTTP response information. Exceptions are thrown on failure unless :throw-exceptions is set as false (default is true), in which case the HTTP response details are returned as a map on failure.

Retrieves a list of datasets. The optional parameters can include
pagination and filtering options detailed here:
   https://bigml.com/developers/datasets#s_list

Pagination details are returned as meta data attached to the list,
along with the HTTP response information.  Exceptions are thrown on
failure unless :throw-exceptions is set as false (default is true),
in which case the HTTP response details are returned as a map on
failure.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close