Friedman benchmark data
Simulate data from the Friedman 1 benchmark problem. See
mlbench.friedman1
for details and references.
gen_friedman( n_samples = 100, n_features = 10, n_bins = NULL, sigma = 0.1, seed = NULL )
n_samples |
Integer specifying the number of samples (i.e., rows) to generate. Default is 100. |
n_features |
Integer specifying the number of features to generate. Default is 10. |
n_bins |
Integer specifying the number of (roughly) equal sized bins to
split the response into. Default is |
sigma |
Numeric specifying the standard deviation of the noise. |
seed |
Integer specifying the random seed. If |
This function is mostly used for internal testing.
gen_friedman()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.