| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/../api/bigframes.ml.preprocessing.MinMaxScaler.html | [Back] [Original] |
Section Navigation
Transform features by scaling each feature to a given range.
This estimator scales and translates each feature individually such that it is in the given range on the training set, e.g. between zero and one.
Compute the minimum and maximum to be used for later scaling.
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 scaler.
Scale the data.
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 |