(get-smile-data data-file-name)
(get-smile-data data-file-name options)
Returns a data set from the Smile github repo data folder.
The passed data-file-name
is added as suffix to
'https://raw.githubusercontent.com/haifengl/smile/v2.6.0/shell/src/universal/data/'
options
are passed to the underlying ->dataset function (except for arff
)
The data file is returned as a tech.ml dataset.
It support currently '.arff' and all filetypes natively support bye tech.ml.dataset/->dataset
.
(some file types require special library dependencies to get imported by tech.ml.dataset
)
Returns a data set from the Smile github repo data folder. The passed `data-file-name` is added as suffix to 'https://raw.githubusercontent.com/haifengl/smile/v2.6.0/shell/src/universal/data/' `options` are passed to the underlying ->dataset function (except for `arff`) The data file is returned as a tech.ml dataset. It support currently '.arff' and all filetypes natively support bye `tech.ml.dataset/->dataset`. (some file types require special library dependencies to get imported by `tech.ml.dataset`)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close