Keeping train and test split criteria in mind, is it good to perform scaling before the split or after the split?
4 years ago
Machine Learning
Scaling should be done post-train and test split ideally. If the data is closely packed, then scaling post or pre-split should not make much difference.
Sanisha Maharjan
Jan 12, 2022