Hey guys I hope you enjoyed the video! If you did please subscribe to the channel! Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg If you want to watch a full course on Machine Learning check out Datacamp: datacamp.pxf.io/XYD7Qg Want to solve Python data interview questions: stratascratch.com/?via=ryan I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com *Both Datacamp and Stratascratch are affiliate links.
This was so helpful and straight to the point. Tbh, I got the logic from other channels but the implementation here was a breeze. I am dragging my friends here. God bless!
Thanks so much for your video but i have a question, I follow everything you did but when i do the print(classification_report(y_test, y_pred)) i have 7 rows, not only two. Why did this happen?
Thanks, Ryan. You are the best. Quick question- does it matter if i use the standard scaler for the data. If so, do i perform it before train test split or after? Also, i think it may be best if you put this in front of the Random Forest on your playlist. Thanks again
I'll move this infront of it now, thanks. I've been working on revamping the playlists and desxcriptions this week. Preprocess your data before you split btw
Hi. I'm still learning python and may I ask. How will you add another data on that? For example I want to predict a new player if he will be among the HOF. My input will be only one. Shall I import a new CSV file containing that data then put it on X_test, and y_test? Thank you.
Is it possible to output multiple results for one input? Im currently trying to build a College Course Recommender and the Inputs are based on the student grades, strand, hobbies/likes then output multiple possible courses that fits the inputs? @@RyanAndMattDataScience
what the heck is this??😢 I’m literally taking my first AI course and my prof demanded such project like this . she didn’t even explained or taught us Python first
honest suggestion: if you wanna become a good DS, you need to read at least one book about it. I have a BA in math, I watch YT videos only to get a start on sklearn. The majority of the knowledge about sklearn was obtain from their UserGuide and the math behind was taught to me by a textbook, which can be a bit head-scratching for me to read. so, there is no hope of teaching you the math behind in a video of less than 2-3 hours of any of the topics that he touches.
Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!
Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg
If you want to watch a full course on Machine Learning check out Datacamp: datacamp.pxf.io/XYD7Qg
Want to solve Python data interview questions: stratascratch.com/?via=ryan
I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com
*Both Datacamp and Stratascratch are affiliate links.
This was so helpful and straight to the point.
Tbh, I got the logic from other channels but the implementation here was a breeze.
I am dragging my friends here.
God bless!
Thanks
Amazing! You explained the task concisely and clearly! Thank you very much!
Glad it was helpful!
13 is the number of features right? so if I have 60 columns 0:60?
Wonderful, this video saved me hours of reading documentation. Thank you very much 👍
Where is the link of the csv
Thanks for the video! I have a question, in this part that we're talking about the importance of each feature(11:47), is it calculated by the gini?
Thanks so much for your video but i have a question, I follow everything you did but when i do the print(classification_report(y_test, y_pred)) i have 7 rows, not only two.
Why did this happen?
Thanks, Ryan. You are the best. Quick question- does it matter if i use the standard scaler for the data. If so, do i perform it before train test split or after? Also, i think it may be best if you put this in front of the Random Forest on your playlist. Thanks again
I'll move this infront of it now, thanks. I've been working on revamping the playlists and desxcriptions this week. Preprocess your data before you split btw
Great video. Thanks man , this video helped me with my Final assessment
No problem
Great video and explanation, didn't believe that you only have 8k subs...
I’ve only had the channel for a year. I wish I had more though!
Hi. I'm still learning python and may I ask. How will you add another data on that? For example I want to predict a new player if he will be among the HOF. My input will be only one. Shall I import a new CSV file containing that data then put it on X_test, and y_test? Thank you.
Once you have a model built you can predict on it with inputs.
Is it possible to output multiple results for one input? Im currently trying to build a College Course Recommender and the Inputs are based on the student grades, strand, hobbies/likes then output multiple possible courses that fits the inputs?
@@RyanAndMattDataScience
Hey man, I'm quite new to machine learning and I would like to know what IDE are you using in this video?
Google collab
Thanks!@@RyanAndMattDataScience
@@RyanAndMattDataScience it looks like Jupyter.
@@srivardhan1042ah probably is, it’s an older vid. I use collab now
WhAT IDE did you use?
Been a while since I’ve looked at this vid but I use google collab now
can you share the notebook file?
I plan on doing a bulk upload to GitHub in the future for all the videos
what the heck is this??😢 I’m literally taking my first AI course and my prof demanded such project like this .
she didn’t even explained or taught us Python first
Have a lot of Python vids and working on a beginner series so hopefully it helps
good tutorial but you are explaining concepts shallowly men
honest suggestion: if you wanna become a good DS, you need to read at least one book about it.
I have a BA in math, I watch YT videos only to get a start on sklearn.
The majority of the knowledge about sklearn was obtain from their UserGuide and the math behind was taught to me by a textbook, which can be a bit head-scratching for me to read. so, there is no hope of teaching you the math behind in a video of less than 2-3 hours of any of the topics that he touches.