--- title: Normalize keywords: fastai sidebar: home_sidebar summary: "Data normalization methods." description: "Data normalization methods." nb_path: "nbs/transforms/transforms.normalize.ipynb" ---
simple_normalize
simple_normalize(data, method='minmax', target_column='RATING')
data
method
'minmax'
target_column
'RATING'