What is the primary risk of using Min-Max scaling on a dataset before splitting into training and test sets?
-
A
It increases computational complexity exponentially
-
B
It introduces data leakage because test set statistics influence the transformation
-
C
It removes all outliers from the dataset
-
D
It converts continuous variables into categorical ones