A researcher has labelled rows. Before splitting, she computes the mean and standard deviation of one feature over all rows:
She standardises every one of the rows with that single fitted scaler,
and only afterwards splits the rows into a training set of and a validation set of .
The training rows have a raw feature mean of . The validation rows are never shown to you.
What is the mean of the standardised values within the training set, and within the validation set?
Select all that apply.