Description Usage Arguments Value Examples
Get the prediction from a desired regression model. For a Bayesian linear prediction, see use_linearBayes
.
1 |
newx |
is a matrix of features (e.g. fingerprints and/or physical descriptors), issued from a test/validation set, for which the properties (e.g. targeted chemical properties) are predicted. |
model_name |
is the model's name to be built ("elasticnet" by default). |
model |
is the trained regression model, issued from |
the predicted properties.
1 | ## Not run: elasticNet_pred <- use_Model(newx, model_name = "elasticnet", model = elasticnet_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.