Mastering Multiple Linear Regression in Scikit-Learn: A Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Welcome to our comprehensive guide on Multiple Linear Regression! 📈 In this tutorial, we'll dive deep into the world of statistical analysis and predictive modeling using multiple linear regression. Whether you're a beginner looking to learn the fundamentals or an experienced data scientist aiming to refine your skills, this video has something for everyone
    Interested in discussing a Data or AI project? Feel free to reach out via email or simply complete the contact form on my website.
    📧 Email: ryannolandata@gmail.com
    🌐 Website & Blog: ryannolandata....
    🍿 WATCH NEXT
    Scikit-Learn and Machine Learning Playlist: • Scikit-Learn Tutorials...
    Simple Linear Regression: • Hands-On Linear Regres...
    Lasso Regression: • Lasso Regression with ...
    Random Forest Regressor: • Random Forest Regresso...
    MY OTHER SOCIALS:
    👨‍💻 LinkedIn: / ryan-p-nolan
    🐦 Twitter: / ryannolan_
    ⚙️ GitHub: github.com/Rya...
    🖥️ Discord: / discord
    📚 *Data and AI Courses: datacamp.pxf.i...
    📚 *Practice SQL & Python Interview Questions: stratascratch....
    WHO AM I?
    As a full-time data analyst/scientist at a fintech company specializing in combating fraud within underwriting and risk, I've transitioned from my background in Electrical Engineering to pursue my true passion: data. In this dynamic field, I've discovered a profound interest in leveraging data analytics to address complex challenges in the financial sector.
    This TH-cam channel serves as both a platform for sharing knowledge and a personal journey of continuous learning. With a commitment to growth, I aim to expand my skill set by publishing 2 to 3 new videos each week, delving into various aspects of data analytics/science and Artificial Intelligence. Join me on this exciting journey as we explore the endless possibilities of data together.
    *This is an affiliate program. I may receive a small portion of the final sale at no extra cost to you.

ความคิดเห็น • 16

  • @RyanAndMattDataScience
    @RyanAndMattDataScience  29 วันที่ผ่านมา

    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.

  • @xyzcrazy4231
    @xyzcrazy4231 6 หลายเดือนก่อน

    dude, this is awesome!! i've been learning machine learning to pursue a data analytics career and I've been taking some classes online, but none have gone too in depth when it comes to multiple independent variables. your coding is clean and your instructions are so thorough and precise! thanks so much for making this video!

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  6 หลายเดือนก่อน

      Hey no problem I’m glad this helped. Best of luck in the journey

  • @davidissah1466
    @davidissah1466 5 หลายเดือนก่อน

    hey, man. i am from nigeria, africa. i am still in my learning phase of data science. no job, yet :)
    from the depth of my heart, i want to thank you for offering such immerse value. it's not easy, definitely, to churn out videos of this high quality and also, explain simply and with a high level of astuteness. your efforts and labours are not in vain. thank you once again

  • @ShiftKoncepts
    @ShiftKoncepts 5 หลายเดือนก่อน +1

    Hey how would you do it if the data was non linear? Meaning you’d have to use a polynomial with degree?

  • @A-K-I-R-A-
    @A-K-I-R-A- 8 หลายเดือนก่อน

    Your tutorials are very good, thank you!

  • @harshitsahu5849
    @harshitsahu5849 3 หลายเดือนก่อน

    Hey man, quality lectures. Love them. It'd great if you could rearrange the playlist a bit so as to provide a better flow and sequence of lectures.
    Off-Topic but i think there are better suited hairstyles for you. Why don't you try a fade? That'd look far better imho.

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  3 หลายเดือนก่อน

      Which playlist are you looking at?

    • @harshitsahu5849
      @harshitsahu5849 3 หลายเดือนก่อน

      @@RyanAndMattDataScience Data Science Bootcamp. It is fairly well-sequenced, but could be improved for people who are new to the whole Data Science or ML bit.

  • @OrangeTomato474
    @OrangeTomato474 10 หลายเดือนก่อน +2

    Does multiple regression work when you are trying to explain a factor using other factors rather than predicting??

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  10 หลายเดือนก่อน

      It’s used when there are multiple factors going into a prediction. Although imo not the best model

  • @migamafiri6473
    @migamafiri6473 6 หลายเดือนก่อน

    High display quality of the 'code environment V

  • @andyhong3003
    @andyhong3003 4 หลายเดือนก่อน

    Another great video! In following your tutorial exactly: from sklearn.linear_model import LinearRegression; lr = LinearRegression(), and then lr.fit(X_train, y_train). I am getting a "name 'ir' is not defined" error. Do you know a quick why? Thanks!

    • @andyhong3003
      @andyhong3003 4 หลายเดือนก่อน

      "name 'lr' is not defined"