Machine learning Interview Questions (Part-5)
What is the need of cross validation in machine learning modeling? Cross validation is used to better utilize the input data to ensure the model performance. The input data will be divided into many subsets and train the machine learning model on all the subset except one among them. One subset will be kept as …