Kaggle's 30 Days Of ML (Day-5, Part-2): Python Loops and List Comprehension

  Рет қаралды 8,379

Abhishek Thakur

Abhishek Thakur

2 жыл бұрын

This video is a walkthrough of Kaggle's #30DaysOfML. In this video, we learn about loops and list comprehension in #Python :)
Tutorial Link: www.kaggle.com/colinmorris/lo...
Note: this video is not sponsored by #Kaggle!
Please subscribe and like the video to help me keep motivated to make awesome videos like this one. :)
To buy my book, Approaching (Almost) Any Machine Learning problem, please visit: bit.ly/buyaaml
Follow me on:
Twitter: / abhi1thakur
LinkedIn: / abhi1thakur
Kaggle: kaggle.com/abhishek

Пікірлер: 17
@abhishekkrthakur
@abhishekkrthakur 2 жыл бұрын
If you like the videos, please do consider subscribing. It helps me keep motivated to make awesome videos like this one. :)
@lokendrayadav4980
@lokendrayadav4980 2 жыл бұрын
Learn from a best to become a best. hurrah!!!!
@shahid88084
@shahid88084 2 жыл бұрын
I don't have words to appreciate you. I liked your way of teaching well abhishek
@suni14073
@suni14073 2 жыл бұрын
Thank you so much to take your personal time to explain things in detail
@deepakdas8884
@deepakdas8884 2 жыл бұрын
what a tutorial :) , awesome Abhishek
@duykhanhpham5803
@duykhanhpham5803 2 жыл бұрын
thank you so much for such exceptional explanation
@akshaychoudhary5770
@akshaychoudhary5770 2 жыл бұрын
LEARNING EVERYDAY
@abhishekkrthakur
@abhishekkrthakur 2 жыл бұрын
♥️
@alwikah5664
@alwikah5664 2 жыл бұрын
Top!
@abhishekkrthakur
@abhishekkrthakur 2 жыл бұрын
♥️
@mananshah7095
@mananshah7095 2 жыл бұрын
Absolutely top class! One question. When will your second book be available? 😭 Approaching any Nlp problem?
@abhishekkrthakur
@abhishekkrthakur 2 жыл бұрын
Working on it. Maybe end of 2021
@sianoikimari
@sianoikimari 2 жыл бұрын
Do I need to get exactly 0.025 in order for the exercise to be marked as complete?
@leduc6204
@leduc6204 2 жыл бұрын
can you help me with this question: If I only had a list of arrivals, how do I define a function which returns the name of the guests who are fashionably late. eg: arrivals = ['Adela', 'Fleda', 'Owen', 'May', 'Mona', 'Gilbert', 'Ford'] I can only return Mona, but not Gilbert. Thank you so much sir. Here is my code def late_guests(arrivals): for name in arrivals: if name == arrivals[-1]: return False elif arrivals.index(name) >= len(arrivals)/2: return name
@leduc6204
@leduc6204 2 жыл бұрын
I finally find the answer for this question thanks to this video. Again, thank you sir for such a comprehensive video. Here's my answer: arrivals = ['Adela', 'Fleda', 'Owen', 'May', 'Mona', 'Gilbert', 'Ford'] names = [] def late_guests(arrivals): for name in arrivals: if arrivals.index(name) >= len(arrivals)/2 and arrivals.index(name) < len(arrivals)-1: names.append(name) return names
@nehaalabbaas3139
@nehaalabbaas3139 2 жыл бұрын
Sir, I could not understand the question of Short-Planets, will you please explain me in the comment section
@user-qj4zr1pj9y
@user-qj4zr1pj9y 2 жыл бұрын
Basically you have to just return out the planets whose size is less than 6 (6 characters) in the list planets..
Kaggle's 30 Days Of ML (Day-6): Python Strings and Dictionaries
45:14
Abhishek Thakur
Рет қаралды 9 М.
Kaggle's 30 Days Of ML (Day-12 Part-2): Handling Categorical Variables
55:43
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 34 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 8 МЛН
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 158 МЛН
Tutorial 2 - Python List  and Boolean Variables
21:49
Krish Naik
Рет қаралды 319 М.
Lecture 6: Version Control (git) (2020)
1:25:00
Missing Semester
Рет қаралды 667 М.
Content Based Image Search: InstructBLIP + Sentence Transformers + FAISS
37:16
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 34 МЛН