yardstick (version 0.0.7)

solubility_test: Solubility Predictions from MARS Model

Description

Solubility Predictions from MARS Model

Arguments

Value

solubility_test

a data frame

Details

For the solubility data in Kuhn and Johnson (2013), these data are the test set results for the MARS model. The observed solubility (in column solubility) and the model results (prediction) are contained in the data.

Examples

Run this code
# NOT RUN {
data(solubility_test)
str(solubility_test)
# }

Run the code above in your browser using DataCamp Workspace