scaler_min_max: Creates an instance of a min max scaler

View source: R/feature_spec.R

scaler_min_maxR Documentation

Creates an instance of a min max scaler

Description

This scaler will learn the min and max of the numeric variable and use this to create a normalizer_fn.

Usage

scaler_min_max()

See Also

scaler to a complete list of normalizers

Other scaler: scaler_standard()


rstudio/tfdatasets documentation built on July 22, 2024, 12:41 a.m.