You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example I have some variables "x1, x2, x3, ...", and want all polynomials with a simple choice on the degree. The only solution I know so far is by using preprocessing.PolynomialFeatures in sklearn. But I can't see why it cannot be done simply in patsy.
Thanks.
The text was updated successfully, but these errors were encountered:
For example I have some variables "x1, x2, x3, ...", and want all polynomials with a simple choice on the degree. The only solution I know so far is by using
preprocessing.PolynomialFeatures
in sklearn. But I can't see why it cannot be done simply in patsy.Thanks.
The text was updated successfully, but these errors were encountered: