Liking cljdoc? Tell your friends :D
Clojure only.

bigml.api.model

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

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

createclj

(create dataset & params)

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

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

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

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

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

HTTP response information is attached as meta data. Exceptions are
thrown on failure unless :throw-exceptions is set to 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 models. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/models#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 to false (default is true), in which case the HTTP response details are returned as a map on failure.

Retrieves a list of models. The optional parameters can include
pagination and filtering options detailed here:
   https://bigml.com/developers/models#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 to 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