Description Usage Arguments Value
After recording data and preparing a dataset with training_data()
,
the fit_models
function will fit two generalized linear models: one
to predict brightness for the given features, and the other to predict color
temperature.
1 | fit_models(dta = training_data())
|
dta |
training dataset, like that returned by
|
Returns a named list with two models, one for brightness and one for color temperature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.