Python List Comprehension in 25 Minutes
24:21
Python Match Case Statements in 20 Minutes
21:19
Python If Elif Else  in 30 Minutes
28:53
Python User Inputs in 15 Minutes
16:00
Beginner Streamlit Data Science Project
1:27:15
Пікірлер
@fatihahasus1069
@fatihahasus1069 Сағат бұрын
why n_features=11 as we have 11 features? if we have 60 features so just replace w 60 features?
@RyanNolanData
@RyanNolanData 11 сағат бұрын
Want to grab the code? I have an article here: ryannolandata.com/optuna-hyperparameter-tuning/
@fatihahasus1069
@fatihahasus1069 16 сағат бұрын
13 is the number of features right? so if I have 60 columns 0:60?
@elvinush9528
@elvinush9528 16 сағат бұрын
You're like Cody Ko if he never stopped coding
@RyanNolanData
@RyanNolanData 16 сағат бұрын
Haha I got told that a few times in college. Also saw he’s running ultras now which is pretty sick
@sandeep-kc9hs
@sandeep-kc9hs 18 сағат бұрын
learned a lot from this. excellent teaching🙌
@ogbonnapatrick8102
@ogbonnapatrick8102 2 күн бұрын
I don't usually comment on KZbin but man you force this one on me thank thank you so very much after spending countless hours. Stay blessed.
@user-iu5nz2gy6l
@user-iu5nz2gy6l 2 күн бұрын
hey- ryan- thanks for all these python in - x- minutes. I wonder if you can put it on a separate playlist so i can follow through. I haven't gone through any of them yet, but I strongly believe your videos will be powerful building blocks for beginners' python programming
@JEMINKIMU
@JEMINKIMU 2 күн бұрын
Thank you so much!!! it helps me a lot with learning Python! Thank you so much again
@SAI_LINGESH
@SAI_LINGESH 2 күн бұрын
Very nice explanation buddy
@isaacgowra
@isaacgowra 2 күн бұрын
Your explaining has serenity
@mehrantavakoli6816
@mehrantavakoli6816 2 күн бұрын
👏👏👏👏❤❤❤❤
@bommijn
@bommijn 2 күн бұрын
Hey, something i noticed. You copy the column names back into your X_train after scaling. Is it not easier to do "X_train = pd.DataFrame(ss.fit_transform(X_train), columns=X_train.columns)"
@Maepai_connect
@Maepai_connect 4 күн бұрын
Please do an advanced on loops with questions!
@RyanNolanData
@RyanNolanData 4 күн бұрын
prob not for a bit, sorry
@SAI_LINGESH
@SAI_LINGESH 4 күн бұрын
Can I get the source code?
@RyanNolanData
@RyanNolanData 4 күн бұрын
It’ll be posted to my website in the future
@Maepai_connect
@Maepai_connect 4 күн бұрын
I watched your groupby video before this & was able to solve this question by myself. You're the best, man!
@RyanNolanData
@RyanNolanData 4 күн бұрын
Awesome! Glad it helped
@starlettesupernova6653
@starlettesupernova6653 5 күн бұрын
Hi ryan! Your videos are really useful and you make every concept much simpler. Thank you so much!
@RyanNolanData
@RyanNolanData 4 күн бұрын
No problem
@rinkalkumari5451
@rinkalkumari5451 5 күн бұрын
Well explained!! Thank you
@RyanNolanData
@RyanNolanData 4 күн бұрын
No problem
@wahyunanandika1679
@wahyunanandika1679 5 күн бұрын
Thanks man, it help me a lot
@RyanNolanData
@RyanNolanData 4 күн бұрын
Glad it helped
@shahbazKHAN-wf9yn
@shahbazKHAN-wf9yn 5 күн бұрын
best tutorial come across ...love from india
@RyanNolanData
@RyanNolanData 4 күн бұрын
Appreciate it
@SAI_LINGESH
@SAI_LINGESH 6 күн бұрын
I have sent you connection request in linkedin. Can you accept me buddy?
@RyanNolanData
@RyanNolanData 4 күн бұрын
Sure
@RyanNolanData
@RyanNolanData 4 күн бұрын
Resend it and say you watch the YT vids and I’ll add
@SAI_LINGESH
@SAI_LINGESH 6 күн бұрын
Very informative and useful.
@RyanNolanData
@RyanNolanData 4 күн бұрын
Thanks
@mkaberli614
@mkaberli614 6 күн бұрын
I like instruction videos where the person explaining the process already has the mundane stuff, like 'import pandas as pd' and 'pd.read_csv()', typed into the software. Life is short, don't waste other people's time needlessly.
@RyanNolanData
@RyanNolanData 6 күн бұрын
And the problem is some people watching the video don’t know how to do this or still are learning. Feel free to skip over these parts
@RyanNolanData
@RyanNolanData 7 күн бұрын
If you are looking for help on a data project reach out to me over email or the contact form on my website. Article based on the video is out (will be expanding it in the future): ryannolandata.com/ordinal-encoder/
@ashraf_isb
@ashraf_isb 8 күн бұрын
thank you so much fro this Ryan!
@RyanNolanData
@RyanNolanData 7 күн бұрын
Np, I put the series on the backlog though. Going back to AI/ML vids
@ashraf_isb
@ashraf_isb 8 күн бұрын
thank you so much for this, much helpful, humble request - please continue the series "Setup DBT Cloud for Beginners (FREE)" thanks in advance
@RyanNolanData
@RyanNolanData 7 күн бұрын
I know I need to, but I have to get back to AI/ML for a bit
@RyanNolanData
@RyanNolanData 8 күн бұрын
Looking for the code? I just published an article based on this video. Check it out here: ryannolandata.com/python-match-case-statement/
@andreiarseni362
@andreiarseni362 8 күн бұрын
Can you give me a scikit-learn roadmap?Please.Or the main subjects to learn to be able to do anything with that library.
@RyanNolanData
@RyanNolanData 8 күн бұрын
Start with the Scikit-learn videos in this playlist: kzbin.info/aero/PLcQVY5V2UY4LMGw458W6-59VJ409BQQcw
@darks_
@darks_ 8 күн бұрын
Thanks a lot! Small question, what should I do if I want to have a stratified splitting with the same database?
@Maepai_connect
@Maepai_connect 9 күн бұрын
Great video! Thanks!
@RyanNolanData
@RyanNolanData 8 күн бұрын
No problem
@RyanNolanData
@RyanNolanData 9 күн бұрын
Looking for the code? I just uploaded an article based on this video: ryannolandata.com/chat-with-a-csv-using-langchain/ Also, I'm taking on Data and AI projects. Have something for me to work on? Fill out the contact form on my site or email me.
@RyanNolanData
@RyanNolanData 9 күн бұрын
Looking for the code? I just published an article based on the video: ryannolandata.com/langchain-agents/ Also I'm taking on AI projects. Hit me up [email protected]
@stoic_sapien1
@stoic_sapien1 9 күн бұрын
GitHub¿
@devalmodi141
@devalmodi141 10 күн бұрын
How do I take the file name from the user prompt and then ask questions on it?
@kadircalloglu2848
@kadircalloglu2848 11 күн бұрын
why we didnt use sql after typeies are changed
@nessim.liamani
@nessim.liamani 11 күн бұрын
Hi Ryan, I'd like to understand how you would have treated a file with millions or tens of millions of lines to spot those "*" and "-" and "+"? You spoted them here manually by eye. Anyone can help me figureout that? Thanks
@robertbenson8554
@robertbenson8554 12 күн бұрын
Excellent video. So much in it, thought process, code tips etc.
@RyanNolanData
@RyanNolanData 12 күн бұрын
Thank you
@Lnd2345
@Lnd2345 13 күн бұрын
Great video thanks. Is it possible to use regular expressions in a query?
@leodexter191
@leodexter191 13 күн бұрын
please go lil slow hard to understand
@RyanNolanData
@RyanNolanData 8 күн бұрын
I'll have an article on this soon you can also check out
@leodexter191
@leodexter191 8 күн бұрын
@@RyanNolanData thank you
@guisantiago6711
@guisantiago6711 13 күн бұрын
Obrigado pela ideia Ryan
@giri41
@giri41 13 күн бұрын
Numpy
@RyanNolanData
@RyanNolanData 13 күн бұрын
numpy is on the backlog promise itll be on the channel in the next few months
@giri41
@giri41 13 күн бұрын
More videos please
@RyanNolanData
@RyanNolanData 13 күн бұрын
2/3 every week! Working on a beginner python series atm, then back to more ML and AI
@sonalirajput417
@sonalirajput417 14 күн бұрын
Great content great content ryan
@RyanNolanData
@RyanNolanData 13 күн бұрын
ty
@umarmusisi8853
@umarmusisi8853 14 күн бұрын
keep the videos coming😍 and more complete projects please like the ones you have done
@RyanNolanData
@RyanNolanData 14 күн бұрын
2/3 vids every week!
@davidchristie2125
@davidchristie2125 14 күн бұрын
Hello brilliant video and brilliant channel. I am unable to see the mock data int the comment section. Can you kindly guide me what am I doing wrong and if you haven't put the data in the comment section, can you put it here please
@RyanNolanData
@RyanNolanData 8 күн бұрын
Ill have an article soon on my website
@RyanNolanData
@RyanNolanData 7 күн бұрын
Article based on the video is out (will be expanding it in the future): ryannolandata.com/ordinal-encoder/
@andrewhuang1452
@andrewhuang1452 14 күн бұрын
Where is the link of the csv
@CaptionThisChallenge_
@CaptionThisChallenge_ 16 күн бұрын
The * in Highest_Inns_Score means the player was not out in that inning.
@WrongDescription
@WrongDescription 17 күн бұрын
Hello. Can you make a video on python modulo operation on negative numbers please.. That topic is very confusing. For example , -5%4 is 3..it doesn't seem to make a sense. Can you help please..
@n.aniruddhan4464
@n.aniruddhan4464 17 күн бұрын
I mean it when i say, you are so so so good
@aryan8020
@aryan8020 17 күн бұрын
Hey Ryan, could u make videos on clustering algorithms with scikit learn... Please
@RyanNolanData
@RyanNolanData 17 күн бұрын
Should have some on the channel
@harinisri2962
@harinisri2962 18 күн бұрын
TypeError: Completions.create() got an unexpected keyword argument 'functions' I am getting this error while runnning agent_executor.invoke({"input":"who won the 2024 world series"}). Can you please help me resolve this?