when data set is given to create a model then train dataset is on which the model is trained and it usually uses 70-80% of the data set. Test data uses 20% of the data set and is used for model performance analysis, prediction is made and performance metrics is checked. Now validation data is used for model hyperparameter tuning. We take the data slightly from the training data set. Using cross validation the validation data is obtained from training data set. CV=5 means 5 experiments. If total training data is 8000 then 8000/5 = 1600 means for every cross validation the starting 1600 data points will be used as validation data and the rest of 6400 data points will be used as train data and the accuracy is obtained for the first experiment. In second experiment when cross validation is 2 then then next 1600 data points will be used as validation data and first 1600data points + next 4800 data points = 6400 data points will be used for train data set and so on. So with every exp the validation data and train data set vary a little.
@prashantsteele23 күн бұрын
Great Filter of Jargons(Inputs) into Simple concept(output) to adhere to ML 🎉🎉
@sketchytv13212 жыл бұрын
خوش رہو بہت اعلیٰ کام کر رہے ہیں ۔
@sukruthraghavendra7305 Жыл бұрын
Perfectly explained sir understood very well
@MuhammadJunaid-yr8jd7 ай бұрын
Perfectly explained sir understood very well Thanks a lot sir
@zaafirc3692 жыл бұрын
Thank you Clearly explained as always ! Is it possible to implement an example of cross validation and hyper parameter tuning on python pls? 🙏
@hunterworrier67692 жыл бұрын
Krish bro... U should provide simple code of this all video too
@richadhiman3300 Жыл бұрын
Beautifully explained sir...
@muazamazam7115 Жыл бұрын
Thank you for making this piece of sweet pie ❤️🌹
@riya-tb6sj Жыл бұрын
Hello sir i m 12 Ai frst tym i watched ur video and frst tym understood concept plz make more videos of 12 syllabus cbse
@mahantachauhan4461 Жыл бұрын
Thanks for the such an informative video 👏👏
@anjalipes4 ай бұрын
Thank you for the lovely explanation sir. I have a doubt in the validation data, once you have taken the mean or Avg of the CV, what do we do next with that mean? how does it help in the performance of your model? Does this impact testing data?
@musicallystatus53682 жыл бұрын
@9:52 why you divide for cross velidation= 5
@milansood8240 Жыл бұрын
thank you sir, I'm enrolled in upgrad Data Science program and not satisfied with it as the content is not much special like yours.
@iamalien83276 ай бұрын
sir thanks for creating the videos sir kindly guide which book to refer for making the notes
@rds98159 ай бұрын
Hi krish Please let me know what is x_train ,y_train and x_test ,y_test and how this process works on the data set including the mathematical equation I have a lot of confusion on this. Please make a separate video on this Both languages of English and Hindi
@sumitlasiwa71522 ай бұрын
train and test data is further divided into independent and dependent features. x-train is for independent and y-train for dependent of train dataset. This is done to let model know the difference between independent and dependent features. Similarly, same thing for test dataset. In test dataset this is done to compare the model prediction and actual value(y-test) to know the accuracy.
@rds98152 ай бұрын
@@sumitlasiwa7152 Thank you doubt cleared
@vasimshaikh9857 Жыл бұрын
Thank you sir 💖💖💖💖💖
@AlAmin-xy5ff2 жыл бұрын
excellent
@divyadewangan61232 жыл бұрын
you are the best person to explain any topic .Thanx🥰
@neal_indian555 Жыл бұрын
Sir you are great Akshay Kumar is not Boss You are the BOSS
@rohitjana74614 ай бұрын
Thank you sir ☺
@rohannagar30412 ай бұрын
sir what is hyper parameter tunning
@PS-rh8vy Жыл бұрын
Superb ❤
@bivasbisht12442 жыл бұрын
Why hyperparameter tuning is done after training the model ? Shouldn’t it be done before traning the model , and then train the model based on those parameters ?
@fran9426 Жыл бұрын
You do both. Once you have done hyperparameter tuning you can then train the final model with the tunes values on all the training data
@theunscripted6434 ай бұрын
Ur so amazing sir ❤
@zaafirc3692 жыл бұрын
ROC AUC explanation also pls
@123vijit2 жыл бұрын
What is hyperparameter?
@murthy33 Жыл бұрын
Please upload English videos. It is very helpful
@rohannagar30412 ай бұрын
bro what's problem with hindi,are you not indian
@maths_impact2 жыл бұрын
Outstanding sir
@swagatsanketpriyadarsan6231 Жыл бұрын
I just gave the 1000th like. :P
@jaiprakashsingh756 Жыл бұрын
sir, could you please share some notes so that we can revice all the bulletin points.
@jyotikapatil2354 Жыл бұрын
This was cross-validation. How hyperparameter tuning is done?
@omdodmani32052 жыл бұрын
if test data is used for accuracy , then which accuracy is shown by the cross validation method ?
@akshaymondal13722 жыл бұрын
Sir also make a video on data warehouse data lakes