Liking cljdoc? Tell your friends :D
Clojure only.

bigml.api.evaluation

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

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

createclj

(create model dataset & params)

Creates an evaluation given a model and a dataset. The model and the dataset may be either a strings representing resource ids (model/123123), or maps with either the full resource (as returned with get) or a partial resource (as returned with list).

Accepts the optional creation parameters defined in the BigML API docs: https://bigml.com/developers/evaluations#e_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 an evaluation given a model and a dataset. The model and
the dataset may be either a strings representing resource
ids (`model/123123`), or maps with either the full resource (as
returned with `get`) or a partial resource (as returned with
`list`).

Accepts the optional creation parameters defined in the BigML API
docs:
   https://bigml.com/developers/evaluations#e_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 evaluations. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/evaluations#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 evaluations. The optional parameters can include
pagination and filtering options detailed here:
   https://bigml.com/developers/evaluations#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