Description Usage Arguments Value Examples
Function that builds an arid_linreg class model object that provides sklearn linear regression interface functionality and attributes. The arid_linreg function instantiates a linear regression model type based on the input specifications and provides methods to fit/predict/score the results and retrieve the calculated sklearn coefficients.
1 | arid_linreg(regularization = NULL, lambda = NULL)
|
regularization |
(character): A string defining NULL,'L1','L2', or 'L1L2' linear coefficient regularization (default: NULL) |
lambda |
(double):the numeric regularization strength value |
arid_linreg: an arid_linreg class linear regression model object
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.