Liking cljdoc? Tell your friends :D

scicloj.ml.smile.regression

Namespace to require to enable a set of smile regression models

Namespace to require to enable a set of smile regression models
raw docstring

do-predictclj

(do-predict predictor model feature-ds target-cname)
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

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

× close