All Type Of Cross Validation With Python All In 1 Video

  Рет қаралды 49,670

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 59
@krishnaik06
@krishnaik06 3 жыл бұрын
Dont forget to subscribe my vlogging channel to see motivation and Data Science Q&A videos. kzbin.info/door/jWY5hREA6FFYrthD0rZNIw
@rudrakshkumawat1703
@rudrakshkumawat1703 3 жыл бұрын
Hi Krish me and my team working on cloud cost forecasting problem for our organization we have five different vendors azure,aws , snowflake, Databricks,gcp databricks can make videos on this how cloud costs works because we are facing challenges like that we have very less quality data of 6 months each of them CSV file which includes daily based data @krish
@hassantate1271
@hassantate1271 3 жыл бұрын
I know it's quite off topic but do anyone know of a good place to watch newly released movies online?
@rowancade9095
@rowancade9095 3 жыл бұрын
@Hassan Tate Flixportal
@hassantate1271
@hassantate1271 3 жыл бұрын
@Rowan Cade thank you, I went there and it seems like a nice service :D I appreciate it!
@rowancade9095
@rowancade9095 3 жыл бұрын
@Hassan Tate no problem :D
@rog0079
@rog0079 3 жыл бұрын
We need more *All in 1 video* tutorials !! Great work as always !!
@rhevathivijay71
@rhevathivijay71 3 жыл бұрын
Even in college days.. I dint go to class before 10 ..minutes.. But am here waiting even before 15 minutes... Hats off to you krish sir and sudhanshu sir... for DS and ML aspirants..
@samselvaraj8171
@samselvaraj8171 2 жыл бұрын
cringe af
@sachinpathania1465
@sachinpathania1465 3 жыл бұрын
Thanks Krish for this video, i was looking for such content from long time, i had many doubts in K fold and LOOCV, finally all doubts got cleared.
@aparachitaparachit356
@aparachitaparachit356 3 жыл бұрын
best trainer... Mr kris sir
@rambaldotra2221
@rambaldotra2221 3 жыл бұрын
Explained everything like Butter. Superb Sir.
@eramitjangra4660
@eramitjangra4660 2 жыл бұрын
train test split also has option of stratify will that be useful for imbalance dataset
@satyamtripathi1732
@satyamtripathi1732 3 жыл бұрын
krish naik sir plss make a video on light gbm and catboost plsss sir apko dil se apna bada bhai maanta hun agar apne nhi banayi video toh main samaj jaoga ki aap mujko chota bhai nhi maante
@dhairyasansanwal3962
@dhairyasansanwal3962 3 жыл бұрын
ok
@sunitaskitchen6335
@sunitaskitchen6335 3 жыл бұрын
please make a video on LR classifier trained with ABC algorithm
@rohitjagdale4648
@rohitjagdale4648 3 жыл бұрын
Thanks for the video. Please make video series on pyspark Mllib.
@MrKevZap
@MrKevZap 2 жыл бұрын
7:22 Aren't we supposed to use X_train and Y_train instead of X and y in the parameters of cross_val_score function?
@rajeevnayantripathi5370
@rajeevnayantripathi5370 5 ай бұрын
cross_val_score function doesn't require separate training and test sets to be explicitly defined. Instead, it handles the splitting internally based on the cross-validation strategy you provide
@AI-LearnAndEarn
@AI-LearnAndEarn 3 жыл бұрын
When will you make video on Bert ? I recently completed watching your NLP playlist and now I am waiting for the bert session.
@lorizhuka6938
@lorizhuka6938 3 жыл бұрын
Thank you Sir
@sonnix31
@sonnix31 2 жыл бұрын
Thank you. You are my hero!
@anshtandon6673
@anshtandon6673 Жыл бұрын
Sir for the imbalanced Dataset, can't we first handle the imbalance and then do KFold test?
@pavankumarchahar
@pavankumarchahar 3 жыл бұрын
Please upload a Video about different Imbalanced Dataset and how to handle techniques , Various feature engineering approaches etc.
@shilpaprusty3319
@shilpaprusty3319 3 жыл бұрын
Sir please mAke videos on Bayesian optimization
@radhakrishna.kalluri7192
@radhakrishna.kalluri7192 2 жыл бұрын
Good work...
@placements_exe1237
@placements_exe1237 3 жыл бұрын
Cross validation 3:00
@aimen1823
@aimen1823 3 жыл бұрын
Hello Krish, can you make a session on how to create Ensemble Model(implementation)
@itsme1674
@itsme1674 2 жыл бұрын
Thanks 🙏
@shubhamchoudhary5461
@shubhamchoudhary5461 3 жыл бұрын
Sir , in machine learning suppose if the model is overfitted & we apply k-fold cross validation on top of that model k-fold(10) , then we get to see lots of variation in cross validation scores right ?. Such as Score = [ 40, 80 , 70 , 80 , 50 , 83.2 , 81,84 ,.......] Means , here diffn between highest & lowest accuracy is ( 84 - 40 = 44) which is very high , means our model is overfitted & not capable to perform on unknown data situation , hence we need to regularise it &do hyperparameter tuning . Make me correct .. Thank you!!!!..
@harikrishnakokkula3207
@harikrishnakokkula3207 3 жыл бұрын
hii sir , plz do a video on KD TREE, Ball tree
@vaibhavkhobragade9773
@vaibhavkhobragade9773 3 жыл бұрын
Thank you @Krish for such a great explanation. I have a question, cross_val_score(model, X, y, cv = k_fold_validation) we are passing X and y from original data without using training data. We also assume that X and y have missing values. If we do imputation on X and y, is there any data leakage problem in cross-validation? if it is how could we handle it?
@vishalk8905
@vishalk8905 3 жыл бұрын
It is important to keep in mind that cross-validation is not a way to build a model that can be applied to new data. Cross-validation does not return a model. When calling cross_val_score, multiple models are built internally, but the purpose of cross-validation is only to evaluate how well a given algorithm will generalize when trained on a specific dataset
@kekkaigenkei
@kekkaigenkei 2 жыл бұрын
In that case use pipeline and gridsearchcv
@Vinit_Gambhir
@Vinit_Gambhir 10 ай бұрын
Thanks ❤
@hudaali6596
@hudaali6596 Жыл бұрын
Please I need classification multi images by crocs validation
@sachinpatil7088
@sachinpatil7088 3 жыл бұрын
Sir please same me ...agar Mai python sekh rahe hua to uska liye front end aane jarure hey Kya like HTML,css, JavaScript and frameworks... help me please
@himanshu8006
@himanshu8006 3 жыл бұрын
This is great, thanks by how to use this to predict? I am struggling to apply this on the test data set, can you pls help ?
@tas9040
@tas9040 3 жыл бұрын
Please start advanced ML DL playlist
@3rd_Son
@3rd_Son Жыл бұрын
thank you
@amitroy2976
@amitroy2976 3 жыл бұрын
What after cross validation? To train our model which fold of data we have to take?
@gwapdamathtutor2108
@gwapdamathtutor2108 3 жыл бұрын
What about nested cross validation method?
@mmavadat8944
@mmavadat8944 2 жыл бұрын
How to use k fold For image dataset folder
@yunpengliu4072
@yunpengliu4072 3 жыл бұрын
Dear sir I'm a big fan of your videos but just a little suggestion, if it's possible could you please change the theme music at the begining which always makes me a little scared.
@sonalijain3497
@sonalijain3497 3 жыл бұрын
Krish make a detailed vedio on EDA
@shubhamchoudhary5461
@shubhamchoudhary5461 3 жыл бұрын
Mam please check EDA playlist ..
@add-wisehaalathakikatkeanu5342
@add-wisehaalathakikatkeanu5342 2 жыл бұрын
can you show how to use k-fold for 4 class problem with 10 samples each
@debatradas1597
@debatradas1597 3 жыл бұрын
Thanks
@YavuzDurden
@YavuzDurden 2 жыл бұрын
Hi. Why we not just select this 0.98 scored dataset. If we want to choose this 0.98 scored dataset how we can do this? I mean how to achive this dataset scored as 0.98?
@nishikantgurav4500
@nishikantgurav4500 3 жыл бұрын
krish, in k fold cross validation code you passed directly X and y without splitting so how can the model will know what will be the percentage of training and testing data? cv=10 will take 10 random_states that is each random state is having different data that will give 10 different accuracies. But my question is that how can the model know the percentage of splitting? Is we have to split data with train_test_split giving percentage of splitting and then cross validate with cv=10? please help in this.
@vishalk8905
@vishalk8905 3 жыл бұрын
It is important to keep in mind that cross-validation is not a way to build a model that can be applied to new data. Cross-validation does not return a model. When calling cross_val_score, multiple models are built internally, but the purpose of cross-validation is only to evaluate how well a given algorithm will generalize when trained on a specific dataset
@TJ-wo1xt
@TJ-wo1xt 2 жыл бұрын
nice one.
@gwapdamathtutor2108
@gwapdamathtutor2108 3 жыл бұрын
I hear doing cross Val for entire dataset is wrong . Can you explain why not using it in training set
@atakanbilgili4373
@atakanbilgili4373 2 жыл бұрын
Yes, my knowledge suggest the same. I think it is due to data leakage. I learnt as you should keep test data until the very end (final prediction).
@wahabali828
@wahabali828 2 жыл бұрын
you are greate
@vijayananth1053
@vijayananth1053 3 жыл бұрын
B - Benign (Non-cancerous). It's not a type of cancer M - Malignant (Cancerous)
@vaibhavsharma646
@vaibhavsharma646 13 күн бұрын
where is the dataset
@rajeevmayekar1775
@rajeevmayekar1775 3 жыл бұрын
roc_auc_score intuition and implementation video link
@gayanthadilshan6884
@gayanthadilshan6884 Жыл бұрын
DataPrep Library- Perform Faster EDA Within No Time
8:42
Krish Naik
Рет қаралды 22 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Complete Guide to Cross Validation
29:49
Rob Mulla
Рет қаралды 60 М.
How to select the best model using cross validation in python
15:32
Cross Validation : Data Science Concepts
10:12
ritvikmath
Рет қаралды 40 М.
Time Series Forecasting with XGBoost - Advanced Methods
22:02
Rob Mulla
Рет қаралды 137 М.
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 574 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,7 МЛН
Machine Learning Algorithm- Which one to choose for your Problem?
21:33
A Comprehensive Guide to Cross-Validation with Scikit-Learn and Python
24:55
Ryan & Matt Data Science
Рет қаралды 4,5 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН