How to do the Titanic Kaggle Competition

This video is for those who want to get started doing #kaggle.
❤️ Support the channel ❤️
/ @aladdinpersson
Paid Courses I recommend for learning (affiliate links, no extra cost for you):
⭐ Machine Learning Specialization bit.ly/3hjTBBt
⭐ Deep Learning Specialization bit.ly/3YcUkoI
📘 MLOps Specialization bit.ly/3wibaWy
📘 GAN Specialization bit.ly/3FmnZDl
📘 NLP Specialization bit.ly/3GXoQuP
✨ Free Resources that are great:
NLP: web.stanford.edu/class/cs224n/
CV: cs231n.stanford.edu/
Deployment: fullstackdeeplearning.com/
FastAI: www.fast.ai/
💻 My Deep Learning Setup and Recording Setup:
www.amazon.com/shop/aladdinpe...
GitHub Repository:
github.com/aladdinpersson/Mac...
✅ One-Time Donations:
Paypal: bit.ly/3buoRYH
▶️ You Can Connect with me on:
Twitter - / aladdinpersson
LinkedIn - / aladdin-persson-a95384153
Github - github.com/aladdinpersson

Пікірлер: 78

  • @aexairkeys
    @aexairkeys2 жыл бұрын

    awesome job! love the simplicity. keep going!

  • @grantfoster2663
    @grantfoster26632 жыл бұрын

    Really helpful to someone to see someone work through a really simple solution as someone moving from to python from R!

  • @OSShubho
    @OSShubho3 жыл бұрын

    Thanks for sharing this simple and elegant beginner friendly code. Your approach are very clear and understandable.

  • @AbdulRehman-nu2pb
    @AbdulRehman-nu2pb Жыл бұрын

    Thankyou so much for sharing this elegent and simple , beautifully written code. As a bigineer your code is a holy grail !!!

  • @kyoujinko
    @kyoujinko Жыл бұрын

    This made so much sense, thank you.

  • @fentazimohamedreadh5274
    @fentazimohamedreadh5274 Жыл бұрын

    Thank you so much!!! It was really helpful to get started in Kaggle competitions^^

  • @gezahagnnegash9740
    @gezahagnnegash97402 жыл бұрын

    Thanks a lot. As a beginners, it's helpful for me!

  • @SussyBaka-ci5xi
    @SussyBaka-ci5xi8 ай бұрын

    helped a lot! thank you!

  • @MDEMANURRAHAMAN-
    @MDEMANURRAHAMAN-2 жыл бұрын

    That was really helpful. Thanks

  • @jinks6887
    @jinks68872 жыл бұрын

    Thanks I've subscribed. Very simple yet informative content.

  • @denisvoronov6571
    @denisvoronov65712 жыл бұрын

    Perfect for the beginner!

  • @jayz4581
    @jayz45812 жыл бұрын

    People get 100% because this dataset is so classic and they are always finding the best features or maybe use ensemble methods. But your intro is so straightforward for me to start at kaggle. Thanks!

  • @sanskarram992
    @sanskarram9923 жыл бұрын

    Very helpful for begineers .................. Thanks for such content.

  • @juan.forero_
    @juan.forero_2 жыл бұрын

    Thank you bro!!

  • @minhlong1920
    @minhlong19203 жыл бұрын

    Thank you sm dude

  • @sena1663
    @sena16632 жыл бұрын

    That was easy and helpful :) Thanx!!

  • @LameGamerYT
    @LameGamerYT Жыл бұрын

    GOD LEVEL VIDEO THANKS SO MUCH!

  • @deepudeepak1390
    @deepudeepak13903 жыл бұрын

    I did the same approach when I started my kaggle journey 😀 .. .. request from my side please make some viedos on transfer learning in natural language processing thank you

  • @teamsonnyliston
    @teamsonnyliston Жыл бұрын

    Thanks a lot man you helped me

  • @danasharon4752
    @danasharon47522 жыл бұрын

    Thank you!

  • @suhass6628
    @suhass66283 жыл бұрын

    Well done mate!. Thanks for this. Hopefully you will do more Kaggle stuff. Will follow everything

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    Yeah it will for sure, got another video coming soon on a bit more advanced competition

  • @newkamphora
    @newkamphora Жыл бұрын

    Thank you, very helpful ;)

  • @mtk-0_0
    @mtk-0_0 Жыл бұрын

    appreciate good effort!

  • @nabshieshty
    @nabshieshty6 ай бұрын

    nice vid, did my assignment with this

  • @maxvettel7337
    @maxvettel733710 ай бұрын

    This is what I really need as a beginner

  • @yuliusharjoseputro2069
    @yuliusharjoseputro20693 жыл бұрын

    Hi, thanks for your tutorial. I've implemented your code, but why the accuracy that I got is different with you?

  • @kefahelhelou9418
    @kefahelhelou9418 Жыл бұрын

    Thanks a lot

  • @Borzacchinni
    @Borzacchinni2 жыл бұрын

    Thanks for the video! Do you happen to be from Norway perhaps?

  • @LeonidasParigoris
    @LeonidasParigoris8 ай бұрын

    Thanks for this! I have a question, at 3:45 how are you able to avoid writing the whole directory of the file and just say "train.csv", instead of writing the whole snake of the directory e.g. "C:\\Users\\etcetc\\Python\\titanic\\train.csv"?

  • @abdoali-nl2yt
    @abdoali-nl2yt Жыл бұрын

    thanks for you

  • @mukundkrishna2789
    @mukundkrishna27892 жыл бұрын

    For logistic regression, isn't it necessary to do feature scaling before training? When I searched in the net, it was specified that we should do feature scaling for logistic regression

  • @ccuuttww
    @ccuuttww3 жыл бұрын

    100% its mean over fitting of course u can do more stuff to boost your performance PCA, boost sampling, cross validation, even prior parameter

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    I agree, you can try/do a lot to more to make it even better, for this one I tried to keep it minimal and simple

  • @adilsonmedronha706

    @adilsonmedronha706

    2 жыл бұрын

    Actually it is not overfitting because this accuracy were measure through test set (unseen data), not train set.

  • @arnelecleir4876
    @arnelecleir48762 жыл бұрын

    In this case (using a regression), is it possible to just use stata? I feel like most of the actions performed here would have been easier/quicker in stata… I’m asking this since I now how to work with stata and am currently learning data science via datacamp/kaggle and want to compare some tools :)

  • @ouhjnadmacabenta3054
    @ouhjnadmacabenta30542 жыл бұрын

    Hi bro how did you set up the CSV file on the jupyter because my CSV file was not defined thanks

  • @udbhavprasad3521
    @udbhavprasad35213 жыл бұрын

    Can you make a video about XGBoost; their is not many resources for that

  • @Leopar525
    @Leopar5252 жыл бұрын

    I really like your style of thinking and explaining. Could you please advise on any (free or not) courses/articles or anything you believe is good for beginners?

  • @gauravms6681
    @gauravms66813 жыл бұрын

    remember me when this channel is gonna go hit : )

  • @jose3538

    @jose3538

    3 жыл бұрын

    Remember me too!

  • @shaikhkashif9973
    @shaikhkashif9973 Жыл бұрын

    Bro for *Embarked*u should go for Nominal encoding not a label because it's names of ports

  • @hailongnguyen7176

    @hailongnguyen7176

    7 ай бұрын

    Yeah you right

  • @pranjalsingh1389
    @pranjalsingh138911 ай бұрын

    Why did we not used fit.transform on test set

  • @suhass6628
    @suhass66283 жыл бұрын

    And the 100% people, rumour has it that some people have got the info of the people from the actual Titanic records which is publicly available. So it would give 100% obviuosly

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    Makes sense!

  • @viralmedia.007

    @viralmedia.007

    5 ай бұрын

    so are kaggle competitions genuine?? i always wonder how would people get 100% correct predictions or is this specific to this competition only? moreover they come with such huge prize pools

  • @suhass6628

    @suhass6628

    5 ай бұрын

    @@viralmedia.007 yes the actual competitions which have prize money very genuine. The rigged ones are usually very basic or fir which data is already available publicly

  • @danilomontalvo5756
    @danilomontalvo57562 жыл бұрын

    everything else works for me except predictions when getting to 14:43 it just says "AttributeError: 'function' object has no attribute 'predict'"

  • @classicemmaeasy2292
    @classicemmaeasy229211 ай бұрын

    Very short,simple and explanatory, but you use machine learning techniques all through, you don't really explore and visualize the data. This video is awesome by the way,and beginner's friendly

  • @adayinthelife5496
    @adayinthelife5496 Жыл бұрын

    I think your code is excellent, but it freaks me out how many data scientists only see their accuracy as a result. Understanding and presenting the results in meaningful way is key to any science. So... who was likely to survive??

  • @magikarp1743
    @magikarp1743 Жыл бұрын

    can someone pls help me out here ? at 14:55 on running it shows "value error: X has 8 features per sample; expecting 7"

  • @timgen-iu1qo

    @timgen-iu1qo

    10 ай бұрын

    I have same error, haven't you solved it yet?

  • @magikarp1743

    @magikarp1743

    10 ай бұрын

    @@timgen-iu1qo yea i got my mistake... in the 2nd cell i wrote test = pd.read_csv("train.csv") instead of test = pd.read_csv("test.csv")... silly of me

  • @timgen-iu1qo

    @timgen-iu1qo

    10 ай бұрын

    @@magikarp1743 IMAGINE, same mistake... Thanks 😂😂

  • @maitrijain7758
    @maitrijain7758 Жыл бұрын

    Ur code gives error when we predict x test

  • @AIPlayerrrr
    @AIPlayerrrr3 жыл бұрын

    Planning to do more real ones in the future?

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    yes

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    Got any ideas of some you think would be useful?

  • @AIPlayerrrr

    @AIPlayerrrr

    3 жыл бұрын

    I watched a lot of video of yours and I think you are very likely to place high as you are really knowledgeable. You explain thing very well. I think you can try the recent human protein competition. It’s a fun weakly supervised classification problem.

  • @talha_anwar

    @talha_anwar

    3 жыл бұрын

    Upvoted

  • @RpSKhaira
    @RpSKhaira Жыл бұрын

    Noob here, question: why did you clean your data through a function? Why not just run those exact commands outside of the function?

  • @timgen-iu1qo

    @timgen-iu1qo

    10 ай бұрын

    i think because he had 2 tables with input data and it's easier to write 1 function and call it 2 times than writing the algorithm 2 times and change something for each table

  • @Honest_Reply900
    @Honest_Reply9002 жыл бұрын

    Well done. thanks for you efforts! 100% accuracy? I am sure they have cheated :)

  • @gurudevdatta3960
    @gurudevdatta39602 жыл бұрын

    im getting an error while spilting the data can you help me? or if you dont mind an you send your number please i will send screenshot to you?

  • @mehermanoj45
    @mehermanoj453 жыл бұрын

    Plz speed runing datasets like games😂

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    How you mean? :P

  • @mehermanoj45

    @mehermanoj45

    3 жыл бұрын

    @@AladdinPersson pick a random dataset and try how fast can u go from downloading to inference.

  • @Ajay_Pathak_
    @Ajay_Pathak_3 жыл бұрын

    I'm having errors while fitting the model It says Float() must be str or .... Not method

  • @nevilleodhiambo1370

    @nevilleodhiambo1370

    Жыл бұрын

    How did you handle this

  • @maitrijain7758

    @maitrijain7758

    Жыл бұрын

    I also get the same error

  • @prannayhemachandran966

    @prannayhemachandran966

    10 ай бұрын

    got solution for this????

  • @Ajay_Pathak_

    @Ajay_Pathak_

    10 ай бұрын

    I have no idea what I did after this error , I might have even left it entirely 😂, sorry guys !

  • @vishalgoklani
    @vishalgoklani3 жыл бұрын

    LogisticRegression??? where's the neural network? :)

  • @AladdinPersson

    @AladdinPersson

    3 жыл бұрын

    In the moment it felt like it would be overkill, in retrospect I regret it :3

  • @karlagonzalez6808
    @karlagonzalez68082 жыл бұрын

    Do u know how to find the most popular name among male Titanic passengers?

  • @krnl1304

    @krnl1304

    2 жыл бұрын

    One with the maximum frequency should be the most. So use count() and max()

Келесі