Liking cljdoc? Tell your friends :D

tech.xgboost


byte-array->modelclj

(byte-array->model data)
source

dataset->dmatrixclj

(dataset->dmatrix dataset feature-keys label-key)

Dataset is a sequence of maps. Each contains a feature key. Returns a dmatrix.

Dataset is a sequence of maps.  Each contains a feature key.
Returns a dmatrix.
sourceraw docstring

dataset->labeled-point-iteratorclj

(dataset->labeled-point-iterator dataset
                                 &
                                 {:keys [weight group]
                                  :or {weight 1.0 group -1}})

Create an iterator to labeled points from a possibly quite large sequence of maps. Sets expected length to length of first entry

Create an iterator to labeled points from a possibly quite large
sequence of maps.  Sets expected length to length of first entry
sourceraw docstring

loadclj

(load path)
source

model->byte-arrayclj

(model->byte-array model)
source

model-type->xgboost-objectivecljmultimethod

source

multiclass-objective?clj

(multiclass-objective? objective)
source

objective-typesclj

source

saveclj

(save trained-model path)
source

systemclj

source

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

× close