(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/
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close