Description Usage Arguments Value Examples
Get a list of default parameters for a given regression algorithm.
1 | get_Model_params(model_name = "elasticnet")
|
model_name |
is the model's name for which you want to display the default parameters ("elasticnet" by default).
For the "svm" model, a.k.a Support Vector Machine, Gaussian RBF or Laplace kernel ("rbfdot" or "laplacedot" respectively)
are supported (limitation from the |
a list of the default parameters for a given regression algorithm.
1 | list_params <- get_Model_params(model_name = "elasticnet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.