Пікірлер

  • @hmatinnn
    @hmatinnn23 күн бұрын

    👍

  • @amirman6531
    @amirman65314 ай бұрын

    How do we calculate Mean Square Error (MSE) for this. after all the calculation?

  • @MLwithme1617
    @MLwithme16173 ай бұрын

    Use MSE from sklearn, or for better understanding the math you can have a look at my explanation video on MSE.

  • @kylmaz5782
    @kylmaz578210 ай бұрын

    Hello I've encountered a problem, and since you seem knowledgeable about this topic, I wanted to ask you. My advisor suggested that, in order to better understand the subject, I should manually solve Ridge and LASSO regression models on a small dataset without using any software. I managed to perform Ridge regression, but I got stuck with LASSO because it doesn't have a closed-form solution. I've been searching online, but I couldn't find the information I need. As you know, I need to use the formula Σ(yᵢ - Σxᵢⱼβⱼ)² + λΣ|βⱼ|, but I can't seem to fit the values properly. For example, let's say we have built a linear regression model for Y = Bo + B1X1 using the dataset. How can I obtain the beta coefficients for this model using LASSO regression (by adding a penalty term)? I couldn't calculate it using the given formula (RSS + penalty term), to be honest. I would greatly appreciate your help. I hope I've been able to explain my problem.

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

    Hi Sir, can you do a video tutorial on how can you improve the r2 score? Thank you

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

    data.csv??

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

    Buen video pero si pudieras mejorar la pronunciación para que youtube traduzca mejor sería excelente ¿donde está la ML Cheat Map para descargarla?

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

    P r o m o S M

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

    correction : Last nodes are leafs

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

    Hi Sir, for the region can we use get_dummies instead of the ordinal way(0,1,2,3)? Thank you.

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

    Region is actually considered as nominal because regions don’t really have any ranks. But using get dummies we have chances to end-up with multicollinearity. Instead i converted them to 0,1,2,3. You can try using dummies and check the correlation matrix to see if there is any multicollinearity.

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

    @@MLwithme1617 thanks Sir, I will try it. Thanks for the video, it is great!

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

    @@MLwithme1617 I think we can use dummies method and remove any one column that will work right?

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

    Nice class. Please upload machine learning class. Please give dataset link

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

    Hi abinand, Thank you. Sure i will upload on classification soon. Here is the link to dataset

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

    www.kaggle.com/datasets/rohankayan/years-of-experience-and-salary-dataset

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

    Awesome

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

    Thank you.