Description Usage Arguments Value Examples
Construct a given regression model thanks to a training set.
1 |
X |
is a matrix of features (e.g. fingerprints and/or physical descriptors) issued from a training set. |
Y |
is a one-dimensional vector, or a matrix, of observables (e.g. targeted chemical properties) issued from a training set. |
model_name |
is the model's name to be built ("elasticnet" by default). |
params |
is a list of fixed parameters applied to the model (see |
the desired regression model optimized.
1 2 3 | ## Not run: elasticNet_model <- get_Model(X = X[training,], Y = Y[training,],
model = "elasticnet", params = list("alpha" = 0.5))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.