Offers functions specific for BigML sources. https://bigml.com/developers/sources
Offers functions specific for BigML sources. https://bigml.com/developers/sources
Creates a source given either a url, a file, or a sequence of sequences (each inner sequence representing a row, and intended for small amounts of data). Accepts the optional creation parameters defined in the BigML API docs: https://bigml.com/developers/sources#s_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 source given either a url, a file, or a sequence of sequences (each inner sequence representing a row, and intended for small amounts of data). Accepts the optional creation parameters defined in the BigML API docs: https://bigml.com/developers/sources#s_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.
(list & params)
Retrieves a list of data sources. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/sources#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 data sources. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/sources#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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close