Concept

sklearn.datasets.make_friedman1

Generates the Friedman #1 regression problem. The X values will be uniformly distributed over [0,1] and the y output will be distributed according to

y(X) = 10 * sin(pi * X[:,1] + 20 * (X[:,2] - 0.5) **2 + 10 * X[:,3} + 5 * X[:,4] + noise * N(0,1)

0

1

Updated 2020-10-19

Tags

Data Science