A single numeric feature is measured across a training set. Over that training set the feature has
You fit two scalers on this training set: a Z-score standardizer
and a Min-Max scaler that maps the feature onto
One training row has the raw value .
What does each fitted scaler output for this row?
Select all that apply.