Linear Regression Practical Implementation In Hindi

Linear regression analysis is used to predict the value of a variable based on the value of another variable. The variable you want to predict is called the dependent variable. The variable you are using to predict the other variable's value is called the independent variable.
github: github.com/krishnaik06/Machin...
Join our amazing Programs
Currently in iNeuron there are 3 main program that are going on.
Full Stack Data science program with job guaranteed which started from May 6th(Price : 15k+ gst)-Lifetime Access
courses.ineuron.ai/Full-Stack...
Full Stack Data Analytics with placement assistance starting from June 18th(Price: 4000rs inr including gst)- Lifetime Access
courses.ineuron.ai/Full-Stack...
Tech Neuron with 210+ courses (price: 7080 including gst for 2 years subscription)
courses.ineuron.ai/neurons/Te...
From my side you can avail additional 10% discount by using coupon code Krish10 Or Sudhanshu10.
Don't miss this opportunity grab it before it is too late. Happy Learning!!
Connect with me here:
Twitter: / krishnaik06
Facebook: / krishnaik06
instagram: / krishnaik06

Пікірлер: 114

  • @pratishzaware1430
    @pratishzaware1430 Жыл бұрын

    Nicely taught the algorithm..Thanks for making learning simple

  • @ParthPatel-db4tk
    @ParthPatel-db4tk Жыл бұрын

    fit_transform() is used on the training data to learn the scaling or transformation parameters and then applies the same transformation to the training data. transform() is used on new data (e.g. test data) to apply the same transformation that was learned on the training data.

  • @ritikkohad5045

    @ritikkohad5045

    Жыл бұрын

    Thanks brother

  • @ayushpant8290

    @ayushpant8290

    11 ай бұрын

    thanks bro

  • @kartiknampalliwar8603

    @kartiknampalliwar8603

    4 ай бұрын

    i am unable to do first step i.e load_ boston is showing error can you please help me

  • @dhmahbub

    @dhmahbub

    3 ай бұрын

    @@kartiknampalliwar8603 that data is not available in the new version. You can alternatively use "fetch_california_housing" and load it. Probably that is the similar sort of data.

  • @hiteshkotian6023

    @hiteshkotian6023

    2 ай бұрын

    @@kartiknampalliwar8603 load_boston is no longer available use some other data like load_diabetes or something

  • @luckythecutepie
    @luckythecutepie Жыл бұрын

    fit transform is used in train data set to predict the value(linear regression) test data set just to se our accuracy with the model.

  • @Gattu_g
    @Gattu_g Жыл бұрын

    Sir you explain soo good please continue making videos in hindi

  • @meetsaurabhtiwari
    @meetsaurabhtiwari5 ай бұрын

    Sir , your effort is really wonderfull and is inspiration. please make a separate playlist for EDA and feature engineering , lakhs of aspirants are wait , please make it on serious note.

  • @avinashmirchandani8731
    @avinashmirchandani87312 жыл бұрын

    Please more videos on machine learning also practical video more Thankyou

  • @alirathore6818
    @alirathore68182 жыл бұрын

    why are we using 'neg_mean_squared_error' can u please share link linear regression loss function video ?

  • @SubhashKumar-ek2tm
    @SubhashKumar-ek2tm25 күн бұрын

    fit_transform is used on training data to learn parameters and transform it, while transform is used on new or unseen data to apply previously learned transformations without re-learning the parameters.

  • @neeshantn9742
    @neeshantn97422 жыл бұрын

    Great video sir...just one concern...Why we are not checking VIF?

  • @kishormagar3160
    @kishormagar31602 жыл бұрын

    Very good Sir

  • @Stupid_tales
    @Stupid_tales Жыл бұрын

    what is random state= 42 in that train test split command?

  • @visshalgupta
    @visshalgupta Жыл бұрын

    Sir i didnt able to understand what is y the dependent variable . I mean which column is gettimg predicted ?

  • @faheemsyed9481
    @faheemsyed94813 ай бұрын

    great job sir jee

  • @moghalkarishma2378
    @moghalkarishma23788 ай бұрын

    here linear regression doing but why taken independent features more than 1 feature can anybody tell me

  • @yamrajoli3834
    @yamrajoli38345 ай бұрын

    I am seeing you videos just to similary apply another multivarite problem but when I got the displot(with kind=kde) it came similar but of the rang eof the 1e^9 so How can decrease the error should I use the tunning or what ?

  • @datasciencegyan5145
    @datasciencegyan5145 Жыл бұрын

    Krish ap kon sa video software use kerto ho recording k liye

  • @xyz3588
    @xyz35882 ай бұрын

    sir sklearn na dataset remove kar deya ha. dataset fetch nahi ho raha ha

  • @shashankmokashi1406
    @shashankmokashi14062 жыл бұрын

    Good video sir.

  • @BEEAnkitgupta
    @BEEAnkitgupta8 ай бұрын

    sir if my accuracy_score is 0.85 then my predication model is good or bad?

  • @brahmadevrai4369
    @brahmadevrai43692 жыл бұрын

    Sir when new batch start for data science?

  • @Aman-yu4re
    @Aman-yu4reАй бұрын

    Do I need to know sklearn before starting this playlist ?

  • @user-dx9ml2wf4q
    @user-dx9ml2wf4q2 ай бұрын

    where is the theory playlist? can someone please attach the link in the reply to this comment

  • @anujgupta328
    @anujgupta3282 ай бұрын

    Gradient decent iss implementation mein kaise implement kaise hua?? Agar back end mein hua toh alpha value kaha diya?? @krish please explain

  • @harshsrivastava1662
    @harshsrivastava1662 Жыл бұрын

    kind='kde' not showing that graph

  • @sauravsahay8803
    @sauravsahay88033 ай бұрын

    How is it that you are predicting on x_test but calling your y_test as truth value?

  • @nileshnaik3111
    @nileshnaik31112 жыл бұрын

    nice video sir

  • @nileshkshatriya5827
    @nileshkshatriya5827 Жыл бұрын

    Please keep uploading videos in hindi

  • @MnB_music
    @MnB_music2 жыл бұрын

    Simply amazing ❤

  • @jatinjoshi1830
    @jatinjoshi1830 Жыл бұрын

    Thank You

  • @TuneTube312
    @TuneTube31219 күн бұрын

    Thank you sir 🙏

  • @Sachin-xj1oq
    @Sachin-xj1oqАй бұрын

    Can anyone please explain displot discussed in this video?

  • @manchalamani9475
    @manchalamani9475 Жыл бұрын

    Sir this can be explain in English language some what difficult to understand Hindi

  • @ajaykushwaha-je6mw
    @ajaykushwaha-je6mw2 жыл бұрын

    Sir please l1 and L2 k liye bhi video banaiye

  • @swapnilkulat5990
    @swapnilkulat5990 Жыл бұрын

    The Boston datasathas been removed from sklearn....

  • @abhinavbm3338
    @abhinavbm3338 Жыл бұрын

    what is score?

  • @user-yl5dg2gc8c
    @user-yl5dg2gc8c10 ай бұрын

    playlist ke hisab se video dalo sir, theory aur practical implementation ke video mein bahot fark hai , much samjh nhi aya, r2 score, cross validation , xtrain ye sab kya hai theory mein to that he nhi ye sab.

  • @Techwithgalvan

    @Techwithgalvan

    4 ай бұрын

    yoo bhai

  • @Yash_Patil.
    @Yash_Patil. Жыл бұрын

    bcoz we evaluate our model on test data set

  • @talhagalaria571
    @talhagalaria571 Жыл бұрын

    fit transform and transform = we want to keep as a surprise is no longer unknown to our model and we will not get a good estimate of how our model is performing on the test (unseen) data which is the ultimate goal of building a model using machine learning algorithm.

  • @patelkdhawal

    @patelkdhawal

    Жыл бұрын

    Can you elaborate more. Please

  • @Gangstersongs125
    @Gangstersongs1252 ай бұрын

    Sir in this where us accuracy

  • @vikasvachheta7135
    @vikasvachheta7135 Жыл бұрын

    *** please create EDA and Feature engineering playlist in HINDI ***

  • @anilmurmu6675
    @anilmurmu6675 Жыл бұрын

    What value of MSE , RMSE, R-square should be taken into consideration to come to conclusion that model build is accurate one? Is there any range of value for MSE, RMSE and R-square ?

  • @aftab6417

    @aftab6417

    Жыл бұрын

    R2 to be gerater than .70 that is 70%

  • @MrPravinsoni
    @MrPravinsoni8 ай бұрын

    Boston housing dataset has been removed from scikit-learn. Is there any way to load it as a bunch data??

  • @ubarbde

    @ubarbde

    5 ай бұрын

    from sklearn.datasets import fetch_california_housing housing = fetch_california_housing()

  • @user-ns2xy1uw6d

    @user-ns2xy1uw6d

    2 ай бұрын

    from sklearn.datasets import fetch_california_housing use this

  • @sowmyavvasu84
    @sowmyavvasu848 ай бұрын

    Sir i have build the model in linear regression and performance of evaluation metrics are also done. Now additional I want to add one more new row(instance) and find the performance of it how to do can you guide me pl. How to check the performance particularly that single row.

  • @filmybeats4827

    @filmybeats4827

    8 ай бұрын

    Bro I couldn't understand this to that level how can I understand these concepts as sir is directly implemented it so

  • @cybermascot
    @cybermascot10 ай бұрын

    problem with the inbuilt datasets is that they are removed often later when new versions is released, like Boston dataset is no more part of sklearn in-built dataset. it would be great if you use independent datasets in future.

  • @ayushmangupta6682

    @ayushmangupta6682

    10 ай бұрын

    There is any way to download the boston dataset with the dependent feature I want to implement the linear regression if there is any way please suggest

  • @shivanshmishra8395

    @shivanshmishra8395

    9 ай бұрын

    Ya its a problem i am facing as well

  • @EjazUddin786

    @EjazUddin786

    3 ай бұрын

    ​@@shivanshmishra8395 have got solution how to import please let us know to help

  • @AbhijeetDewangan-gr9sj

    @AbhijeetDewangan-gr9sj

    3 ай бұрын

    @@ayushmangupta6682 please use " from sklearn.datasets import fetch_california_housing " alternative of Boston

  • @NavyaTrilokD
    @NavyaTrilokD2 ай бұрын

    But what are we predicting here? Can someone explain please..what does the values in "reg_pred" tell us? what is the difference between values in target features array and "reg_pred" values?

  • @NavyaTrilokD

    @NavyaTrilokD

    2 ай бұрын

    so we are predicting the output feature house pricing...for the independent features in x_test, dependent feature or actual values are in y_test. After applying linear regression, predicted values are in reg_pred. In linear regression we find the difference between actual values and predicted values, that is the error. MSE is that error here.

  • @rakibulislamrabbi373
    @rakibulislamrabbi3734 ай бұрын

    Sir the boston dataset is no more available in the scikit-learn datasets also can't load the boston dataset in juyter notebook can U please provide any solution for that?

  • @innocentgamer8670

    @innocentgamer8670

    4 ай бұрын

    you can use the alternate dataset like california housing , or you can search and save the boston dataset , and use pd.read_csv() method to use that dataset

  • @AbhijeetDewangan-gr9sj

    @AbhijeetDewangan-gr9sj

    3 ай бұрын

    please use " from sklearn.datasets import fetch_california_housing " alternative of Boston

  • @jaydodhiawala4117
    @jaydodhiawala4117 Жыл бұрын

    sklearn removed load_boston which dataset i can use to follow along?

  • @krishnaikhindi

    @krishnaikhindi

    Жыл бұрын

    Fetchcaliforniadataset

  • @dnswm95

    @dnswm95

    9 ай бұрын

    @@krishnaikhindican we use fetch_california_housing ??

  • @ajaykushwaha4233
    @ajaykushwaha4233 Жыл бұрын

    How to know model is overfitted or stable model.

  • @entertainmenthub7700

    @entertainmenthub7700

    Жыл бұрын

    if it perfectly fits to the traning data in simple meanings if it remember the data instead of learning it overfits

  • @tusharsalunkhe7916
    @tusharsalunkhe7916 Жыл бұрын

    Why Y_train is not standardized? Please answer

  • @satyamghule147

    @satyamghule147

    9 ай бұрын

    Standardization is typically applied to the feature variables (X_train) rather than the target variable (Y_train) in machine learning.

  • @dheerajgupta3805
    @dheerajgupta3805 Жыл бұрын

    subscribed

  • @satyamghule147
    @satyamghule1479 ай бұрын

    i use the same model on 'fetch_california_housing' dataset and the mse i got is 0.5.

  • @shivanshmishra8395

    @shivanshmishra8395

    9 ай бұрын

    Me too.. and the score is 0.34

  • @bhuvansagar3294

    @bhuvansagar3294

    7 ай бұрын

    same, and as mentioned by the other person, my score is 0.33

  • @lakshyajain7435
    @lakshyajain7435 Жыл бұрын

    Kuch samajh nahi aa raha...

  • @yadnyeshkhotre2001
    @yadnyeshkhotre2001 Жыл бұрын

    boston dataset is been reomved from the kcikit liberary

  • @azharafridi9619

    @azharafridi9619

    11 ай бұрын

    which one do you use right now. facing the same problem bro

  • @aishwaryajadhav8736

    @aishwaryajadhav8736

    11 ай бұрын

    same issue @@azharafridi9619

  • @AmitSharma-oh5uw
    @AmitSharma-oh5uw4 ай бұрын

    sir ap dataset bhi dal diya kro. load_boston to ho ni rha hai hmara. kaise kre ab

  • @niharikakhanna3585

    @niharikakhanna3585

    4 ай бұрын

    same problem, kuch solution mila?

  • @AmitSharma-oh5uw

    @AmitSharma-oh5uw

    4 ай бұрын

    @kakhanna3585 hi niharika are you a data science student. pehle mene socha inke 38 videos hi hai machine learning ke. and me bhut jldi complete kr lunga. but me 2 video se age hi bdha hi ni abhi tk. ye beginers jaise ni pdha rhe hai. and mujhe ek ek chiz likhna pd rha hai, ki sir kya bol rhe hai video me. and wo atleast definations bhi likhwate to smjne me easy hota. it's difficult to understand. kya apko koi aur playlist pta hai. jisse jo machine learning ke liye ho.

  • @m.laxminarayanreddy
    @m.laxminarayanreddy Жыл бұрын

    i got a score of "0.017460452225004253" why i got low score?

  • @himanchalpawar167

    @himanchalpawar167

    Жыл бұрын

    Same prob

  • @toufique3390
    @toufique3390Ай бұрын

    too complex🙁

  • @__________________________6910
    @__________________________69102 жыл бұрын

    Noice

  • @hannahvm8044
    @hannahvm8044 Жыл бұрын

    Plz do videos in English🥲

  • @adila8128

    @adila8128

    9 ай бұрын

    If you're looking for videos in English you can refer to his other channel. You will find all the videos in the English language.

  • @paraguchbagle6413
    @paraguchbagle64132 ай бұрын

    bouncer ho gya ye video

  • @B.D.M1999
    @B.D.M19994 ай бұрын

    load boston has been removed

  • @AbhijeetDewangan-gr9sj

    @AbhijeetDewangan-gr9sj

    3 ай бұрын

    please use " from sklearn.datasets import fetch_california_housing " alternative of Boston

  • @user-iq1yw9bz6f

    @user-iq1yw9bz6f

    3 ай бұрын

    Bhai fetch wali BHI Nahi Chal rahi

  • @HoneySingh-cu3pw
    @HoneySingh-cu3pw5 ай бұрын

    Esi video bnaya naa kro jo kisi k leptop m work naa kre kya jya oerte ho smj nhi atta padhne bethq toh sara dinak khrab ho gya kuch hua nhi

  • @sonalikamble5929
    @sonalikamble5929Ай бұрын

    Great thank you

  • @self_official
    @self_official Жыл бұрын

    sir aap JSPM Tathwade ke student hai kya

  • @trojanhorse8278
    @trojanhorse82787 ай бұрын

    youtube shanel

  • @JagFi
    @JagFi Жыл бұрын

    Boston housing dataset has been removed from scikit-learn. Is there any way to load it as a bunch data??

  • @ausking3081

    @ausking3081

    6 ай бұрын

    import pandas as pd import numpy as np data_url = "lib.stat.cmu.edu/datasets/boston" raw_df = pd.read_csv(data_url, sep="\s+", skiprows=22, header=None) data = np.hstack([raw_df.values[::2, :], raw_df.values[1::2, :2]]) target = raw_df.values[1::2, 2] or install version 1.0.1 pip install scikit-learn==1.0.1

Келесі