Liking cljdoc? Tell your friends :D

tech.ml.train


average-prediction-errorclj

(average-prediction-error train-fn predict-fn label-key loss-fn dataset-seq)

Average prediction error across models generated with these datasets Page 242, https://web.stanford.edu/~hastie/ElemStatLearn/

Average prediction error across models generated with these datasets
Page 242, https://web.stanford.edu/~hastie/ElemStatLearn/
sourceraw docstring

dataset-seq->dataset-model-seqclj

(dataset-seq->dataset-model-seq train-fn dataset-seq)

Given a sequence of {:train-ds ...} datasets, produce a sequence of: {:model ...} train-ds is removed to keep memory usage as low as possible. See dataset/dataset->k-fold-datasets

Given a sequence of {:train-ds ...} datasets, produce a sequence of:
{:model ...}
train-ds is removed to keep memory usage as low as possible.
See dataset/dataset->k-fold-datasets
sourceraw docstring

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

× close