Multiple Linear Regression in Python - sklearn

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Unlock the power of multiple linear regression using Python’s sklearn library with our step-by-step tutorial. This video is designed to help you master the art of predicting outcomes based on multiple variables. Learn how to set up your Python environment, import necessary libraries, and load datasets for analysis. We guide you through the process of fitting a multiple linear regression model, interpreting coefficients, and evaluating model performance with real-world examples. Whether you're a data science enthusiast or a professional looking to enhance your analytical skills, this tutorial provides clear, concise explanations and practical applications. Understand how to handle multicollinearity and improve your model's accuracy with tips and tricks from experts. Subscribe to our channel for more in-depth Python and data science tutorials, and elevate your ability to derive insights from complex datasets with multiple linear regression. Join us and start predicting with precision today!
    If you are a complete beginner in machine learning, please watch the video on simple linear regression from this link before and learn the basic concepts first:
    • Simple Linear Regressi...
    Here is the dataset used in this video:
    Please feel free to check out my Data Science blog where you will find a lot of data visualization, exploratory data analysis, statistical analysis, machine learning, natural language processing, and computer vision tutorials and projects:
    regenerativeto...
    Twitter page:
    / rashida048
    Facebook Page:
    regenerativeto...
    #linearRegression #machinelearning #datascience #dataAnalytics #python #sklearn #jupyternotebook

Комментарии • 97

  • @imveryhungry112
    @imveryhungry112 2 года назад +16

    im glad people like you exist. I am simply not smart enough to have figured this out on my own

  • @anis.ldx1
    @anis.ldx1 7 месяцев назад +4

    Absolutely brilliant! Your way of explaining is beyond exceptional. Thank you so much for this simplistic explanation!

  • @souravdey1227
    @souravdey1227 2 года назад +11

    Very good tutorial. No nonsense and clean. Thanks

  • @MakuLabs
    @MakuLabs 3 дня назад +1

    Excellent tutorial

  • @maheswaraardhani323
    @maheswaraardhani323 6 месяцев назад

    from the bottom of my heart, i want to thank you for your detailed and easy to follow explanation. i dont know who you are or where you are but you have my utter respect. big thanks

  • @albertjohnson8605
    @albertjohnson8605 Год назад +1

    I don't know who you are, but THANK you from deep heart for making this content

  • @muhammadaalimisaal8453
    @muhammadaalimisaal8453 Год назад

    I am kinda selfish type of person. Usually I donot like videos nor subscribe channels but how precise and to be the point your video was and I'm utterly impressed as this video was helpfull in clearning my concepts about MLR.
    Goodluck, Best wishes. You have won a subscriber

  • @zishankhan2763
    @zishankhan2763 8 месяцев назад +1

    Very clear instruction, thanks!

  • @analyticalmindset
    @analyticalmindset Год назад +2

    I would've loved for you to squeak in a Residual analysis or whatever is done after you get your R2 values from your test and train group.

  • @nevermind9708
    @nevermind9708 9 месяцев назад +4

    i think u can make a function to convert object name into numeric if the the data has many columns instead of writing 1 each 1 like this :
    for column in df.columns:
    if not pd.api.types.is_numeric_dtype(df[column]):
    df[column] = df[column].astype('category')
    df[column] = df[column].cat.codes
    df

    • @regenerativetoday4244
      @regenerativetoday4244  9 месяцев назад

      Thank you so much for adding this here. I used this function in some other videos as well.

  • @Puputchi
    @Puputchi 8 месяцев назад +1

    Thank you for the tutorial!

  • @inamhameed4963
    @inamhameed4963 2 месяца назад

    Great video. Please can you share the insurance data? It's not visible in the description. Thank you

  • @subhabhadra619
    @subhabhadra619 Год назад +1

    Fantastic video.simple to understand

  • @programsolve3053
    @programsolve3053 5 месяцев назад

    Very well explained 🎉🎉
    Thanks you so much 🎉🎉🎉

  • @ShouqAldosari
    @ShouqAldosari 2 месяца назад

    thank you very much this helped me a lot hopefully, I will get a good grade !! :)))

  • @robinncode
    @robinncode 5 месяцев назад

    Thanks for the amazing insights!

  • @raymondkang1329
    @raymondkang1329 Год назад +8

    Erm, I think the method you convert the data "region" is inappropriate. U cant convert the "region" as category since it become ordinal data. I think we should convert each of the region into dummy variables then we can see the coefficient of each region.

    • @SS-st5uv
      @SS-st5uv 6 месяцев назад

      Exactly

  • @elijahcota2408
    @elijahcota2408 7 месяцев назад +1

    Thank you, god bless

  • @HiralSuthar-t7i
    @HiralSuthar-t7i Месяц назад

    very good

  • @RaihanRisad
    @RaihanRisad 6 месяцев назад +2

    where can i get the dataset that you used

  • @tejallengare3673
    @tejallengare3673 Год назад

    This video is very helpful thank you so much

  • @seifmostafa4205
    @seifmostafa4205 3 месяца назад

    nice video, thanks for your effort ❤

  • @KilalibaTugwell
    @KilalibaTugwell Год назад

    This video was super helpful

  • @PersonalOne-wn2zd
    @PersonalOne-wn2zd 9 месяцев назад +1

    I have a Different Insight from that i used the Wine data set for that

  • @tianyouhu5973
    @tianyouhu5973 Год назад

    super helpful, appreciate it

  • @nobio9591
    @nobio9591 Год назад

    Thanks Dear Rashida

  • @Anand-690
    @Anand-690 2 месяца назад

    could u plz provide the Dataset being used in the video

  • @cientifiko
    @cientifiko Год назад

    thanks... this is awesome

  • @mistymoose4424
    @mistymoose4424 Год назад +1

    omg thank you queen❤

  • @BayuWicaksana95
    @BayuWicaksana95 2 года назад

    thank you for the tutorial

  • @abbddos
    @abbddos Год назад +3

    Good.. but normally we test a model with data that it hasn't seen before, and that's the test split.

  • @fariapromi4182
    @fariapromi4182 7 месяцев назад

    Where is the dataset???

  • @Habbodonald
    @Habbodonald 5 месяцев назад

    Very good video. About the model, dont you need to check if R-square need an adjust to trust his income?

    • @regenerativetoday4244
      @regenerativetoday4244  5 месяцев назад +1

      There are a few different ways to check the model prediction. R-squared error is one of them. It is common for machine learning models to use mean squared error or mean absolute error as well.

  • @christophermiller4637
    @christophermiller4637 4 месяца назад

    Data isn't my background, but these videos help me understand how to structurally get there. Is there a way to export the predicted charges into a data population for further review. Also, is there a way to adjust the scatter plot dots by a filter on one of the independent variables (i.e. any record where age is 17, make the the plot red color). Thank you!

  • @chiragahlawat465
    @chiragahlawat465 4 месяца назад

    Thank you mam for such a wonderful learning!! I want to know further how can I improve my model accuracy with train score 0.75 and test score -1.12 ??

    • @regenerativetoday4244
      @regenerativetoday4244  4 месяца назад +1

      First is trying to tune hyperparameters, and also it is normal practice to try different models to find out which model works best for the dataset. Feel free to have a look at this video where you will find a technique for hyperparameter tuning: ruclips.net/video/km71sruT9jE/видео.html

    • @chiragahlawat465
      @chiragahlawat465 4 месяца назад

      @@regenerativetoday4244 Thank you so much you have explained it Amazingly and this video made me very happy! Thank you for this video all the rest!!

  • @girlthatcooks4079
    @girlthatcooks4079 9 месяцев назад +1

    On what are you typing your codes this is not vsc?Sorry i am a begginer

  • @shanenicholson94
    @shanenicholson94 2 года назад +2

    Fantastic video. Very simple and to the point. How can I add the regression line to the chart?

    • @svea3524
      @svea3524 Год назад

      do you have the answer?

    • @shanenicholson94
      @shanenicholson94 Год назад

      @@svea3524 let me find it later for you. I got it eventually

    • @sedativelimit
      @sedativelimit Год назад

      use plt.plot to draw regression line i.e in the format
      plt.plot(X_train, reg.predict(np.column_stack((X_train))), color='blue', label='Regression Line')

  • @ceylonroadceylonroad
    @ceylonroadceylonroad 3 месяца назад

    hi, I'm not able to find your video on improving the R2 score. Can you show me the video? Thanks

    • @regenerativetoday4244
      @regenerativetoday4244  3 месяца назад +1

      You can watch this one that shows how to fine tune hyperparameters that should improve R2 score: ruclips.net/video/F13Wbfkpwlw/видео.html

  • @JyotirmoyeeRoy
    @JyotirmoyeeRoy 5 месяцев назад

    Its showing a error as "df isn't defined "

  • @alirezarahbari3556
    @alirezarahbari3556 Год назад

    Helpful🔥

  • @wardaoktoh5060
    @wardaoktoh5060 10 месяцев назад

    thank youuuuuuuuuuuuuuuuu miss

  • @richardreneBunalos
    @richardreneBunalos Год назад

    Can you show us how to do OneHotEncoding?

  • @Kennerdoll
    @Kennerdoll Год назад

    how do i go about passing new values from a user?

  • @alirezarahbari3556
    @alirezarahbari3556 Год назад

    Nice 👍

  • @BasirTouati
    @BasirTouati 5 месяцев назад

    Please can you send me any link for case study using python polynomial regression (or multi polynomial) with data ?
    I want to practice.

  • @subhasispaul7262
    @subhasispaul7262 7 месяцев назад

    Can you share the following data please

  • @fatemehrakhshanifar6402
    @fatemehrakhshanifar6402 Год назад

    Hi, I could find the data but not the code, it's not on your github?

  • @manyasachdeva1511
    @manyasachdeva1511 Год назад +1

    Can you please provide the link for the csv file? I'd like to practice the codes on my own as well

    • @regenerativetoday4244
      @regenerativetoday4244  Год назад +1

      Here is the link to the dataset: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/insurance.csv
      Thanks!

    • @manyasachdeva1511
      @manyasachdeva1511 Год назад

      @@regenerativetoday4244 thank you so much :)

    • @manyasachdeva1511
      @manyasachdeva1511 Год назад

      Your content is amazing

  • @ThobelaGoge
    @ThobelaGoge 5 месяцев назад

    How do we access the dataset used?

  • @Essentialenglishwords-ii7ek
    @Essentialenglishwords-ii7ek Год назад

    please may i ask you why you didn't put (axis = 1) when you drop a column

  • @svea3524
    @svea3524 Год назад

    how do i plotthe fit line over the data?

  • @jayasarojam8568
    @jayasarojam8568 8 месяцев назад

    Great

  • @jacintaqiu9919
    @jacintaqiu9919 6 месяцев назад

    Why my coding shows "TypeError: float() argument must be a string or a real number, not 'Timestamp'"? which one could help me to solve this problem, plz!!

    • @regenerativetoday4244
      @regenerativetoday4244  6 месяцев назад

      You need to check the data type of all the columns. If you see any variable is coming as timestamp, that needs to be excluded. Because this tutorial didn't account for datetime datatype. There are different ways of dealing with timestamps. You will find one way of using the timestamp data in this type of models in this tutorial: ruclips.net/video/Kt9_AI12qtM/видео.html

    • @jacintaqiu9919
      @jacintaqiu9919 6 месяцев назад

      Thank you sooooo much!!!! really helpful:)@@regenerativetoday4244

  • @santakmohanty612
    @santakmohanty612 10 месяцев назад

    Could you also upload or provide a google drive link for the data set file. It would be really helpful.

    • @regenerativetoday4244
      @regenerativetoday4244  10 месяцев назад +4

      Here is the link to the dataset: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/insurance.csv. I am sorry, RUclips changed their policy for links.

    • @santakmohanty612
      @santakmohanty612 10 месяцев назад

      @@regenerativetoday4244 Thanks a lot !!

  • @KilalibaTugwell
    @KilalibaTugwell Год назад

    If I developed a model with an r-squared of 0.2. What do I do to improve the performance of the model?

    • @regenerativetoday4244
      @regenerativetoday4244  Год назад +1

      Try different hyperparameters to improve the model and also different models.

  • @mdrahatislamkhan9966
    @mdrahatislamkhan9966 6 месяцев назад

    x_train,x_test,y_train,y_test=train_test_split(x,y,test_size=0.2,random_state=0) it works fine but when i swapped the x_train and x_test it gives me error.
    x_test,x_train,y_train,y_test=train_test_split(x,y,test_size=0.2,random_state=0) why this code gives me error. can you please explain me?

    • @regenerativetoday4244
      @regenerativetoday4244  6 месяцев назад

      It should give you error because x_test and y_train have different sizes

    • @mdrahatislamkhan9966
      @mdrahatislamkhan9966 6 месяцев назад

      ​@@regenerativetoday4244i dont got your point. sized are same. I wanted to know if i write x_test,x_train .... it gives me error but it i write x_train,x_test.... then it works fine.

  • @maishakhatun5635
    @maishakhatun5635 9 месяцев назад

    What if a dataset has columns with numerical values but with symbols, how to do the cleaning?

    • @maishakhatun5635
      @maishakhatun5635 9 месяцев назад

      I mean comma or currency symbol, thank you

    • @maishakhatun5635
      @maishakhatun5635 9 месяцев назад

      have you got any videos that calculate the mean absolute error for evaluation?

  • @sheldonoumaotieno6846
    @sheldonoumaotieno6846 Год назад

    hey I think the formula and the logic is wrong, though implementation is right. Linear regression even though they may seem it is quite different from the just a simple linear equation. The input features what you define as X are in fact vectors. If you compile n with m training example you have a matrix rather than simple linear equation and it turns out to be a matrix multiplication.
    The addition is something called bias. The W is the weight. Anyway keep up!

    • @regenerativetoday4244
      @regenerativetoday4244  Год назад +1

      The bias term in machine leaning term can actually be compared with y_intercept in the linear formula and the weights as coefficients. in y = aX+c, a and X are variables that can be integers, vectors, arrays, or matrices. Same as c. The formula is the concept. I have a detailed tutorial with explanation that shows the linear regression implementation in python from scratch (no libraries), please check if you are interested: regenerativetoday.com/how-to-develop-a-linear-regression-algorithm-from-scratch-in-python/.

  • @freeprivatetutor
    @freeprivatetutor 11 месяцев назад +1

    excellent. very helpful. subscribed!

  • @sairahulreddykondlapudi8855
    @sairahulreddykondlapudi8855 Год назад +1

    training and testing on the same dataset?

  • @mboe94
    @mboe94 Год назад

    Why did you need to convert to category?

    • @regenerativetoday4244
      @regenerativetoday4244  Год назад +2

      Because machine learning models cannot work with strings. It features and labels should be numeric

    • @mboe94
      @mboe94 Год назад

      @@regenerativetoday4244
      Ahh, I see. Thanks for a great video!

  • @3468_VAISHNAVIMUNDADA
    @3468_VAISHNAVIMUNDADA Год назад

    what to do when data have null values?

    • @regenerativetoday4244
      @regenerativetoday4244  Год назад +1

      I just added a detailed video on how to deal with null values. Here is the link: ruclips.net/video/BnfLUJkrMjs/видео.html

  • @63living.
    @63living. 7 месяцев назад

    Can't download dataset

    • @regenerativetoday4244
      @regenerativetoday4244  7 месяцев назад

      Here is the link: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/insurance.csv

  • @abinanda5754
    @abinanda5754 Год назад

  • @richardquinn72
    @richardquinn72 Год назад

    Very clear instruction, thanks!