193 - What is XGBoost and is it really better than Random Forest and Deep Learning?

  Рет қаралды 38,769

DigitalSreeni

DigitalSreeni

Күн бұрын

Code generated in the video can be downloaded from here:
github.com/bns...
Dataset used in the video: archive.ics.uc...)
XGBoost documentation:
xgboost.readth...
Video by original author: • Kaggle Winning Solutio...

Пікірлер: 60
@pvrnaaz
@pvrnaaz 2 жыл бұрын
Very organized and clear with excellent examples that make it so easy to understand. Thank you!
@riti_joshi
@riti_joshi 4 ай бұрын
I never comment on any KZfaq videos, but I am compelled to do here, because I learned most of my analyses for my dissertation following your tutorials. You're such a great tutor. Thank you so much.
@DigitalSreeni
@DigitalSreeni 4 ай бұрын
Wow, thank you!
@mhh5002
@mhh5002 2 жыл бұрын
Very well explained, sir. It was intuitive for beginners. The analogies are interesting as well.
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Glad to hear that
@sudippandit6676
@sudippandit6676 3 жыл бұрын
Very organized and straight forward! Waiting other videos. Thank you for sharing this knowledge.
@ashift32
@ashift32 2 жыл бұрын
Very well explained, clear and concise. Thanks for taking your time
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
You're very welcome!
@caiyu538
@caiyu538 2 жыл бұрын
Perfect tutorial, I am using XGBoost and random forest to analyze some work. Perfect tutorials for me. Always appreciate your continuous efforts to share your knowledge through youtube.
@semon00
@semon00 4 ай бұрын
Wow your explanotion is awesome!!! Dont stop plz
@DrNuyenVanFaulk
@DrNuyenVanFaulk 21 күн бұрын
I really appreciate this explanation! Thank you!
@grantsmith3653
@grantsmith3653 2 жыл бұрын
Sreeni said we need to normalize, but I always thought we didn't need to do that with trees... Am I confused on something? Thanks for the video!!
@venkatesanr9455
@venkatesanr9455 3 жыл бұрын
Thanks, Sreeni sir for your valuable and knowledgeable content. Also, waiting for the next semantic segmentation series and also discusses the hyperparameters and their tuning, Time series analysis that will be highly helpful.
@axe863
@axe863 8 ай бұрын
XGBoost with Regularized Rotations and Synthetic Feature Construction can approximate Deep NN deepness
@andyn6053
@andyn6053 10 ай бұрын
This was very clear and useful! Do u have any link to your code? Also, could xgboost be used for linear regression aswell?
@Ahmetkumas
@Ahmetkumas 3 жыл бұрын
Thanks for the video and effort. Can you make a time series video using xgboost, or something with multiple features(lags, rolling mean, etc..)
@barrelroller8650
@barrelroller8650 Жыл бұрын
It's not clear where did you get a dataset in a CSV format - the .zip archive from provided link includes only `wdbc.data` and `wdbc.names` files
@kakaliroy4747
@kakaliroy4747 2 жыл бұрын
The example of bagging is so funny and I can fully relate
@VarunKumar-pz5si
@VarunKumar-pz5si 3 жыл бұрын
Awesome Tutorial, Glad I got a great teacher..Thank you...
@sbaet
@sbaet 3 жыл бұрын
can you make a quick video on normalization and standardizetion for a image dataset
@farhaddavaripour4619
@farhaddavaripour4619 2 жыл бұрын
Thanks for the video. Something I noticed in the figure above that you might have missed is that in the figure you show the most evolved species has lighter hair than less evolved which could interpret a false impression that species with lighter hair are more evolved. It would be great if you could adjust the figure.
@rezaniazi4352
@rezaniazi4352 3 жыл бұрын
thanks for the video what we have to change if we want to use XGBRegressor() insted if classifier ? xgboost documantation is so confusing !
@evazhong4419
@evazhong4419 2 жыл бұрын
your explanation is so interesting haha, it helps me a lot understand the material
@omeremhan
@omeremhan 2 жыл бұрын
Magnificant!!! Thanks for clear explanation Sir.
@mouraleog
@mouraleog Жыл бұрын
Awesome video, thank you ! Greetings from Brazil!
@DigitalSreeni
@DigitalSreeni Жыл бұрын
Thanks for watching!
@drforest
@drforest 2 жыл бұрын
Awesome comparison. Super thanks
@sathishchetla3986
@sathishchetla3986 11 ай бұрын
Thank you so much for your explanation sir
@vzinko
@vzinko Жыл бұрын
Another case of data leakage. You can't scale X and then split it into test and train. The scaling needs to happen after the split.
@Beowulf245
@Beowulf245 Жыл бұрын
Thank you. At least someone understands.
@andyn6053
@andyn6053 10 ай бұрын
So this video is incorrect?
@kangajohn
@kangajohn 3 жыл бұрын
if your explanations were a kaggle competition it would be top 1%
@SP-cg9fu
@SP-cg9fu Жыл бұрын
very useful video ! Thank you!
@Frittenfinger
@Frittenfinger 9 ай бұрын
Nice T-Shirt 😃
@RealThrillMedia
@RealThrillMedia Жыл бұрын
Very helpful thank you!
@evyatarcoco
@evyatarcoco 3 жыл бұрын
A very useful episode, thanks sir
@kangxinwang3886
@kangxinwang3886 3 жыл бұрын
loved the arrange marriage example! Made it very intuitive and easy to understand. Thank you!
@Lodeken
@Lodeken Жыл бұрын
Wow that analogy! 😂 Amazingly apt lol!
@vikramsandu6054
@vikramsandu6054 3 жыл бұрын
Well explained. Thank you so much for the video.
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Glad you liked it
@tannyakumar284
@tannyakumar284 2 жыл бұрын
Hi. I have a 1500x11 dataset and I am trying to see which out of cognitive ability, non-cognitive ability, family structure, parental involvement, and school characteristics predict academic performance (measured in terms of grades ranging from 1-5). Should I be using XG Boost for this problem or random forest? Thanks!
@v1hana350
@v1hana350 2 жыл бұрын
I have a question about the Xgboost algorithm. The question is how parallelization works in the Xgboost algorithm and explain me with an example.
@multiversityx
@multiversityx Жыл бұрын
What’s the method name? When are you presenting at NeurIPS? (I’ll be attending it :)
@Bwaaz
@Bwaaz Жыл бұрын
very clear thanks :)
@longtruong9935
@longtruong9935 2 жыл бұрын
dataset in the UCI link not avaiable now. could any one can provide update link?
@ahmedraafat8769
@ahmedraafat8769 2 жыл бұрын
The dataset has been removed from the website. is it possible to upload it?
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Just google search for the keywords and you'll find it somewhere, may be on Kaggle. I do not own the data so I cannot share it, legally.
@abderrahmaneherbadji5478
@abderrahmaneherbadji5478 3 жыл бұрын
thank you very much
@darioooc
@darioooc Жыл бұрын
Great!
@khairulfahim
@khairulfahim Жыл бұрын
Where can I get the exact .csv file?
@ghafiqe
@ghafiqe Жыл бұрын
Perfect
@user.................
@user................. 2 ай бұрын
bro trying to share about life n forgot wts hes teaching 🤣🤣🤣🤣 only were i gt complete idea about xgboost tq
@andromeda1534
@andromeda1534 3 жыл бұрын
Looks like when you demo-ed random forest, you didn't comment out the xgb line, so you actually showed the fitting for xgb twice with the same results.
@3DComputing
@3DComputing 3 жыл бұрын
You're worth more money
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
I am priceless :)
@ramakrishnabhupathi4995
@ramakrishnabhupathi4995 2 жыл бұрын
Good one
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Thank you! Cheers!
@alejandrovillalobos1678
@alejandrovillalobos1678 3 жыл бұрын
can you talk about transformers please?
@agsantiago22
@agsantiago22 2 жыл бұрын
Merci !
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Thank you very much.
196 - What is Light GBM and how does it compare against XGBoost?
19:05
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 100 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 32 МЛН
Stay on your way 🛤️✨
00:34
A4
Рет қаралды 31 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 35 МЛН
AdaBoost, Clearly Explained
20:54
StatQuest with Josh Starmer
Рет қаралды 747 М.
XGBoost Made Easy | Extreme Gradient Boosting | AWS SageMaker
21:38
Prof. Ryan Ahmed
Рет қаралды 37 М.
Random Forest Algorithm Clearly Explained!
8:01
Normalized Nerd
Рет қаралды 587 М.
When to Use XGBoost
7:08
Super Data Science: ML & AI Podcast with Jon Krohn
Рет қаралды 3,4 М.
681: XGBoost: The Ultimate Classifier - with Matt Harrison
1:09:56
Super Data Science: ML & AI Podcast with Jon Krohn
Рет қаралды 5 М.
Gradient Boosting : Data Science's Silver Bullet
15:48
ritvikmath
Рет қаралды 59 М.
What is Random Forest?
5:21
IBM Technology
Рет қаралды 97 М.
Google Pixel 9/Pro/Fold Impressions: They've Finally Done It?
13:25
Marques Brownlee
Рет қаралды 6 МЛН
Умный электрический помощник для штор
0:23
Склад дизайна
Рет қаралды 1,6 МЛН
Nokia 3310 top
0:20
YT 𝒯𝒾𝓂𝓉𝒾𝓀
Рет қаралды 5 МЛН
Samsung vs iPhone ☠️ #shorts
0:18
My Tech
Рет қаралды 14 МЛН
ПОЧЕМУ МИКРОФОНЫ ИГРОВЫЕ? 🧐
0:46
KEKTAR
Рет қаралды 208 М.