17 October 2024 3 5K Report

I have total 12 lakh records dataset. From that i have taken 100000 records. From these 1 lakh records I have taken 10k records as test set and from remaining 90k i have created 9 batches each consists of 10k records. out of these 10k 9k i m using for training and 1k i m using for validation records, which eventually i will use for parameter tuning. after performing parameter tuning on each validation set from each of the 9 batches , I m testing on test dataset of 10k records. after that i m using best parameters to train full dataset. then original 12lakh records i m dividing into 80% training and 20% test ratio. after training on full dataset , i m testing my model on 20% of the test data. so what i m doing here, is it right approach?

More D. Shah's questions See All
Similar questions and discussions