Is train/test-Split in unsupervised learning necessary/useful?
问题 In supervised learning I have the typical train/test split to learn the algorithm, e.g. Regression or Classification. Regarding unsupervised learning, my question is: Is train/test split necessary and useful? If yes, why? 回答1: Well This Depend on the Problem, the form of dataset and Class of Unsupervised algorithm used to solve the particular problem. Roughly:- Dimensionality reduction techniques are usually tested by calculating the error in reconstruction so there we can use k-fold cross