Liking cljdoc? Tell your friends :D

scicloj.ml.smile.models.ols


augmentclj

(augment model dataset)
source

explainclj

(explain thawed-model {:keys [feature-columns]} _options)
source

glanceclj

(glance model)
source

linear-regressionclj

(linear-regression ds)
(linear-regression ds options)

Does a linear regression with the given tech.ml.dataset.

It should have the inference-target column marked as such. It uses model :smile.regression/ordinary-least-square

It returns a result map with

  • various model diagnostics
  • fitted-values
  • the model as map ... ...
Does a linear regression with the given tech.ml.dataset.

It should have the inference-target column marked as such.
It uses model :smile.regression/ordinary-least-square

It returns a result map with
   - various model diagnostics
   - fitted-values
   - the model as map
  ...
  ...
sourceraw docstring

log-likelihoodclj

(log-likelihood y yhat)
source

method-tableclj

source

predictclj

(predict thawed-model ds)
source

standard-metric-mapsclj

(standard-metric-maps model)
source

tidyclj

(tidy model)
source

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

× close