Simple Linear Regression in Python - sklearn

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 64

  • @dauntless4498
    @dauntless4498 Рік тому +4

    One of the best ML linear regression I have ever seen. Thank you so much. This channel should have wider reach.

    • @eevibessite
      @eevibessite 10 місяців тому

      ua-cam.com/video/So3Z-Ht6qK8/v-deo.html

  • @shreyapatil5814
    @shreyapatil5814 2 місяці тому +2

    Thankyou very very much for clearing that concept. I m roaming for one month for this topic but not getting the concept clearly, by watching your video I am on 98% must say

  • @ChauhanAshish001
    @ChauhanAshish001 Рік тому +2

    Hands down to the best tutorial for linear regression implementation in python not even code with harry can compete😊

  • @bwenenzams4487
    @bwenenzams4487 Рік тому +10

    Thank you so much for this incredible linear regression concept. I have been struggling to understand the cording aspect but you just made my day. Everything was just so easy with simple and explanatory codes.

    • @eevibessite
      @eevibessite 10 місяців тому

      ua-cam.com/video/So3Z-Ht6qK8/v-deo.html

  • @chiragahlawat465
    @chiragahlawat465 6 місяців тому

    Thank you Mam you taught me linear regression in very simple and expert way!! I saw many videos and you will be amazed to know that you are the BEST!!

  • @GJRahul-rr3uk
    @GJRahul-rr3uk 21 день тому

    The content is really gold. It's good.

  • @ThobelaGoge
    @ThobelaGoge 7 місяців тому

    This channel is super under-rated

  • @rosepearl2880
    @rosepearl2880 Рік тому +4

    That was an amazing video , i have been struggling for three days finally i found a solution
    Thank you so much!!

    • @shreyapatil5814
      @shreyapatil5814 2 місяці тому

      Three days, I was struggling am for one months 😅

  • @stevenlomon
    @stevenlomon Рік тому +6

    Inifinite thank yous for this!!! Straight to the point and beautifully explained

  • @thisisamitrathore
    @thisisamitrathore Рік тому +1

    You deserve more subscribers.

  • @user-hb2df6nn2y
    @user-hb2df6nn2y 17 днів тому

    you are fantastic, really thanks from my heart. Have a lovely day

  • @anis.ldx1
    @anis.ldx1 9 місяців тому

    Awesome content! Thank you so much for simplifying the explanation!

  • @rajununna6939
    @rajununna6939 4 місяці тому

    Excellent Explanation and with great concept...Thank you very much👍

  • @Deepuarakatla
    @Deepuarakatla Місяць тому

    thank u soo much mam concept cleared

  • @behailumideksa5705
    @behailumideksa5705 11 місяців тому

    how to fix this problem ValueError: could not convert string to float: 'van'

  • @bishtdeepak__
    @bishtdeepak__ Місяць тому

    How you load the data?

  • @annikkiollila5104
    @annikkiollila5104 Рік тому

    Thank you, this was really helpful and straight to the point!

  • @archniki_
    @archniki_ Рік тому

    You can compress audio in audacity if someone complain

  • @shreyapatil5814
    @shreyapatil5814 2 місяці тому

    I have one doubt like we provide the x_train and y_train to the model for training purpose, and we can test the data by x_,test so I m not getting the purpose of y_test

    • @regenerativetoday4244
      @regenerativetoday4244  2 місяці тому +2

      Once you get the prediction result from X_test, you can compare that with y_test to check how well the prediction working for you. So, y_test is for model evaluation.

    • @shreyapatil5814
      @shreyapatil5814 2 місяці тому

      @@regenerativetoday4244 ahh ! Ok Ok Thankyou So Much for a instance reply

  • @jameshopkins3541
    @jameshopkins3541 Місяць тому

    Were is your html version?

  • @mayankjindal8908
    @mayankjindal8908 Рік тому

    Really simple and clear tutorial ⭐⭐

  • @DreamAndDancewithDeeptiD3
    @DreamAndDancewithDeeptiD3 Рік тому

    amazing explanation. THANKYOU

  • @arpit1559
    @arpit1559 7 місяців тому

    Thank you so much, u really explained everything so well

  • @bigdata3554
    @bigdata3554 11 місяців тому

    thank you so much for this tutorial, very helpful! would you be willing to assist with a program i'm writing? Python will not read the .CSV file

  • @AshishAcharjee
    @AshishAcharjee Рік тому

    So, beautifully explained ...Thanks a lot

  • @hadikh4261
    @hadikh4261 Рік тому

    Thank you for your nice video; really I need a simple explanation to learn it.

  • @iamshaguftanaz4165
    @iamshaguftanaz4165 Рік тому

    The dataset I am working with consists of two columns, X and Y where the function Y changes for increasing values of the X variable. If Y shows variations with X, the simplest way to do this is by fitting the data with a linear function. but how can i find pattern in my data ? how can i analyse for what value of x , y shows changes because c=15 , m=(_339)

    • @regenerativetoday4244
      @regenerativetoday4244  Рік тому +1

      Please try some other models. You can start with Polynomial regression. Here you will find my tutorials on some other machine learning models as well.

  • @orkhanahmadov9963
    @orkhanahmadov9963 Рік тому

    thank you for amazing explanation

  • @Br4ndzzz
    @Br4ndzzz Рік тому

    When I try and plot the train model prediction and the test model predictions like you did at the end, I get an error saying "unhashable type: 'numpy.ndarray' " I'm not sure what's going on.

  • @farnazkhoshkhoo6373
    @farnazkhoshkhoo6373 5 місяців тому

    thank you! how to know p_value and if the coefficient is significant or not?

  • @abdullahalrawi1491
    @abdullahalrawi1491 11 місяців тому

    How did you know there is a corr between the 2 variables from the scatter ? amazing video btw thanks

    • @abdullahalrawi1491
      @abdullahalrawi1491 11 місяців тому

      i saw your last video and i could get the answer thanks

    • @regenerativetoday4244
      @regenerativetoday4244  11 місяців тому

      Thank you for your question. Scatter plot shows a specific trend here. When X is higher y is higher too. That indicates a correlation. But if you quantify the correlation you have to calculate it for sure.

    • @abdullahalrawi1491
      @abdullahalrawi1491 11 місяців тому +1

      @@regenerativetoday4244 thank you
      The problem is i follow a similar course in Belgium with stupid teachers who unfortunately don’t explain as you do in the videos, maybe i wont do it this year so i will follow your videos to understand the basics

  • @lazzy5173
    @lazzy5173 3 місяці тому

    why did we convert it the training data to 2d?

    • @regenerativetoday4244
      @regenerativetoday4244  3 місяці тому +1

      This is a general rule. Scikit learn library takes the features as 2D. Either DataFrames or 2d arrays.

  • @godza4735
    @godza4735 Рік тому

    I am struggling to learn testing and training data can you make some video to better understanding how it takes data i like your explaining.

  • @anthonychung2907
    @anthonychung2907 2 роки тому

    what to do if the x-axis is time series ?

  • @Essentialenglishwords-ii7ek

    could yo please share the data so we cold train on it

  • @DONOTREPLY-gw1pq
    @DONOTREPLY-gw1pq Рік тому

    you are genius mam

  • @adithkrishnaa8503
    @adithkrishnaa8503 Рік тому

    When i try to plot the x and y test it says x and y must be same size. What to do

    • @regenerativetoday4244
      @regenerativetoday4244  Рік тому

      Please check the shape and length of both x and y to know what is the problem.

    • @SparaPengar
      @SparaPengar Рік тому

      @@regenerativetoday4244 Got the same result. Following your instructions X_test becomes 90 values and Y_test becomes 60 values. I assume I did something wrong in the split then?

  • @santakmohanty612
    @santakmohanty612 Рік тому

    Can you provide the data set for this video too.

    • @regenerativetoday4244
      @regenerativetoday4244  Рік тому +1

      This dataset is in built in seaborn library. sns.load_dataset('iris') will load it for you.

    • @eevibessite
      @eevibessite 10 місяців тому

      ua-cam.com/video/So3Z-Ht6qK8/v-deo.html

  • @Wasimshahzad-m8o
    @Wasimshahzad-m8o Рік тому

    Thanks , well pressented

  • @trianajhonattan
    @trianajhonattan Рік тому

    Thanks, I undestand better.

  • @AfranEjaj007
    @AfranEjaj007 10 місяців тому

    Awesome

  • @nadafarhan464
    @nadafarhan464 Рік тому

    you are amazing

  • @jayasarojam8568
    @jayasarojam8568 10 місяців тому

    Great 👍🏼

  • @AshutoshDhaka
    @AshutoshDhaka Рік тому

    1:54
    that sorry XD

  • @deepak70813
    @deepak70813 Рік тому

    I am jumping out of the video because of audio quality.

    • @NikitaShilyaev
      @NikitaShilyaev 5 місяців тому +1

      Maybe, but the quality of the material is much better than the audio quality, unlike other authors.