| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.ml.preprocessing.PolynomialFeatures.html | [Back] [Original] |
Section Navigation
Generate polynomial and interaction features.
degree (int) Specifies the maximal degree of the polynomial features. Valid values [1, 4]. Default to 2.
Compute number of output features.
X (bigframes.dataframe.DataFrame or bigframes.series.Series or pandas.core.frame.DataFrame or pandas.core.series.Series) The Dataframe or Series with training data.
y (default None) Ignored.
Fitted transformer.
Transform data to polynomial features.
X (bigframes.dataframe.DataFrame or bigframes.series.Series or pandas.core.frame.DataFrame or pandas.core.series.Series) The DataFrame or Series to be transformed.
Transformed result.
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |