Replies: 1 comment
-
|
Have you tried a template expression? Then you could not give it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for example
X = np.random.randn(1000, 3) y = a * X[:, 0] + b* X[:, 1] + X[:, 2]**2where the binary_operators=["*", "+", "-", "/"]
is it possible to limit the X[:, 0] not on the denominator
Beta Was this translation helpful? Give feedback.
All reactions