GridSearchCV | Hyperparameter Tuning | Machine Learning with Scikit-Learn Python

  Рет қаралды 85,816

Normalized Nerd

Normalized Nerd

Күн бұрын

Пікірлер: 64
@krimsonsun10
@krimsonsun10 Жыл бұрын
DUDE!!! You are the Guru among common minds. This was the best explanation ever. Simple succinct and easily understandable for a newbie like me. I also like you give extra homework, and nuggets of knowledge related to the topic that I can look into afterwards. Now time to study the rest of your videos 👍⭐⭐⭐⭐⭐
@philipbutler
@philipbutler 3 жыл бұрын
I learned about grid search for a course last semester, it was for a final project on sklearn that I waited to start 3 days before it was due, so I rushed to learn a lot of concepts that I promised myself I’d go back and understand more thoroughly (and probably will need to for upcoming courses/career). So this was an awesome refresher on this topic! Love your videos, keep up the great work!
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
Thanks mate! It's always useful to revisit an old topic.
@shwetabhat9981
@shwetabhat9981 2 жыл бұрын
Hope you are doing well sir . Kindly continue your video series as it greatly helps and is just amazing!! 🙂
@raselsheikh5800
@raselsheikh5800 3 жыл бұрын
This is my first comment at youtube. I came here because of your video quality and realize your explanation also fanstastic. I think you are using manim. For me it's a great chanel.
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
Welcome to my channel! I'm really glad you that liked my content :D :D Yes, I use manim.
@mikeboudhabhay6082
@mikeboudhabhay6082 Жыл бұрын
thanks for your work and dedication . your vid is very useful for my final project in DS bootcamp.
@yusufpradanaajisurya9176
@yusufpradanaajisurya9176 9 ай бұрын
Thank you!! This is the best video on this subject!
@cvrbcheppali8214
@cvrbcheppali8214 Жыл бұрын
Very nice and one of the best video on Hyperparameter Tuning
@shoaibsh2872
@shoaibsh2872 3 жыл бұрын
I knew about grid search, but in the end the technique you shared was new to me and it will be really helpful in the future when I'm going to use grid search, thank you for sharing. Great vid as always 😊
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
Yeah that's really helpful.
@ZirothTech
@ZirothTech 2 жыл бұрын
Great video, thanks again!
@NormalizedNerd
@NormalizedNerd 2 жыл бұрын
Glad you enjoyed it!
@ramblingsofadegenerate1174
@ramblingsofadegenerate1174 7 ай бұрын
Recently found your channel very grateful
@harshavardhanm9481
@harshavardhanm9481 Жыл бұрын
Nice, clean animations 👍
@saurabhjoshi8776
@saurabhjoshi8776 Жыл бұрын
keep up the good work..😀
@samikshakolhe5086
@samikshakolhe5086 2 жыл бұрын
Awesome Explaination! appreciate your work and subscribed;)
@10955356
@10955356 11 ай бұрын
amazing video my friend!
@karlopoljancic
@karlopoljancic Жыл бұрын
Thanks! Gonna try this out!
@lukehamilton8285
@lukehamilton8285 Жыл бұрын
great video helped me alot!
@grumpy_techo
@grumpy_techo Жыл бұрын
I have just stumbled upon you channel. you videos are well communicated. Well done. Another good video could be - how do you settle on a model that is generalised to test data.
@collinspo
@collinspo Жыл бұрын
Great content. Thanks
@ganeshnaik6503
@ganeshnaik6503 3 жыл бұрын
This is awesome. Thanks!
@PythonArms
@PythonArms Жыл бұрын
Great video. thank you
@gouthamansaravanan7692
@gouthamansaravanan7692 2 жыл бұрын
Best one! Thanks!!
@idrissjairi
@idrissjairi Жыл бұрын
thank you so much for the great video
@krepker
@krepker 3 жыл бұрын
Awesome video. tnx man!!
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
Thanks mate!
@bassamdaou2908
@bassamdaou2908 2 жыл бұрын
Thank you. Please can you make a video explaining how we can make prediction from different regression models: regression tree, random forest, artificial neural network, SVM, Bagged CART, Generalized boosting, Extreme Gradient boosting
@bzaruk
@bzaruk 3 жыл бұрын
Great vid! Thanks!
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
Thanks mate! :D
@tomliao6667
@tomliao6667 2 жыл бұрын
thanks for sharing especially for the last part that how to choose an efficient model with low computer resource wasting haha
@NormalizedNerd
@NormalizedNerd 2 жыл бұрын
Glad it was helpful!
@amirhosseinrahimi3964
@amirhosseinrahimi3964 Жыл бұрын
Thanks, one queation, after tuining the model and finding the best hyper parameter, is it necessary to run the model with found best parameter for moel training right and prediction? i mean after using GridSearchCV, model is already configured by best parameter? can you please elaborate?
@MessiasBatista
@MessiasBatista 2 жыл бұрын
Hello, congratulations for video. I have a question. You have a example that discovers the best hyper-parameters using Swarm Intelligence?
@KayYesYouTuber
@KayYesYouTuber 2 жыл бұрын
Thanks. Nice video. But why are you doing GS.fit (X_train, Y_train) when you already have cross validation with cv = 5. Shouldn't you just do GS.fit (X, Y) ?
@lukehamilton8285
@lukehamilton8285 Жыл бұрын
you should train on x_train and y_train because this allows you to further test the model once the optimal hyperparameters have been found with an unseen test set which the model has not seen stopping data-leakage
@viniciuslazzeri3019
@viniciuslazzeri3019 Жыл бұрын
Amazing! How can I implement this on fastercnns?
@cyberpunk_edgerunners
@cyberpunk_edgerunners 2 жыл бұрын
thanks , my friend
@tinanajafpour7214
@tinanajafpour7214 2 жыл бұрын
thank you for the video it was really helpful. I had a question, could you please help me? when I want to download data from kaggle, I receive 403 forbidden Error!
@nachomacho7027
@nachomacho7027 2 жыл бұрын
Thank you bro
@excursion5246
@excursion5246 2 жыл бұрын
thanks. Can you make a video about deep neural network regression predictions. Like multiple inputs and one output prediction by using this gridsearch. Thanks a lot.
@antonellars22
@antonellars22 2 жыл бұрын
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@fosheimdet
@fosheimdet 2 жыл бұрын
From now on, I identify as a person from the future😊
@jamalnuman
@jamalnuman 11 ай бұрын
great
@chongzhang871
@chongzhang871 10 ай бұрын
What about the the testing data? It seems u have not used them.
@Borschboy
@Borschboy 3 жыл бұрын
How does GridSearch work with pickeld data?
@LeE-yr7lp
@LeE-yr7lp 3 жыл бұрын
Could you do a video about boosting models please? Thanks
@Junistz
@Junistz 2 жыл бұрын
Thanks for your video it is going to help me ! :D Invalid parameter "max_depth " contains whitespace. I got error kind of this ..
@anurajms
@anurajms Жыл бұрын
ty
@deniskoala3131
@deniskoala3131 3 жыл бұрын
Thank you for this beautiful work. I have a question: what happens if we run the same code several times? Will the best_estimator always be the same? Thank you for your answer.
@tomliao6667
@tomliao6667 2 жыл бұрын
if you keep random_state the same number, I guess there will be the same best_estimator
@kolboy2028
@kolboy2028 3 жыл бұрын
which software do you use for your animation?
@NormalizedNerd
@NormalizedNerd 3 жыл бұрын
I used manim for intro animation
@kolboy2028
@kolboy2028 3 жыл бұрын
@@NormalizedNerd and for the rest of the video?
@onestopzz6446
@onestopzz6446 2 жыл бұрын
Bro, even without hyper parameter tuning, I am getting more than 0.99 r2_score. But I am getting 0.96 r2_score with tuning. So how exactly this tuning is helpful?
@achin_sharma
@achin_sharma 9 ай бұрын
it means default values are best fit for your dataset
@736939
@736939 2 жыл бұрын
Where are you? We miss you :(
@jessemutiga6055
@jessemutiga6055 2 жыл бұрын
there'll alway be a random indian out there who will help you get your assignment done on time.
@NormalizedNerd
@NormalizedNerd 2 жыл бұрын
lol...at least you are not outsourcing your assignments!
@parulkhattar28
@parulkhattar28 2 жыл бұрын
1:53 -> 2D arrays not lists 😀
@ikramed
@ikramed 5 ай бұрын
Random state why = 2021
@rijwanapatel6942
@rijwanapatel6942 3 жыл бұрын
Hey buddy how old are your 😁
@im4485
@im4485 Жыл бұрын
Nice
Hands-On Hyperparameter Tuning with Scikit-Learn: Tips and Tricks
18:35
Ryan & Matt Data Science
Рет қаралды 4,9 М.
Random Forest Algorithm Clearly Explained!
8:01
Normalized Nerd
Рет қаралды 668 М.
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 77 М.
Hyperparameter Tuning in Python with GridSearchCV
14:41
NeuralNine
Рет қаралды 15 М.
Learn How to Boost Your Python Sklearn Models with GridsearchCV!
11:21
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 410 М.
But what is a neural network? | Deep learning chapter 1
18:40
3Blue1Brown
Рет қаралды 18 МЛН
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 485 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,2 МЛН
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 1,5 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН