1 min readApr 23, 2020
Hi Rohan,
Can i know why you use random search along with k fold cross validation as both different types of cross validation.right?You have to use one. I can suggest that if you are tuning large number of parameters on large dataset you can go with random search cv or else go with grid search.