Understanding Cooks Distance to detect influential observations

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • Welcome to the fourteenth video of the series "Build your First Machine Learning Project". In this, we'll see cook's distance for outlier detection.
    Notebook Link: github.com/machinelearningplu...
    Cook’s distance, is used in Regression Analysis to find influential outliers in a set of predictor variables. In other words, it’s a way to identify points that largely impacts the observation values / predictions.
    The measurement is a combination of each observation’s leverage and residual values; the higher the leverage and residuals, the higher the Cook’s distance.
    So let's understand it in brief.
    Chapters
    0:00 Intro to Cooks Distance
    1:58 First step
    4:15 Second Step
    9:22 Implementing in Python
    14:58 Conclusion
    In order to make the best out of this, please watch this series in the order in playlist: Build Your First ML Model Playlist: • Build Your FIRST Machi...
    Checkout Complete Machine Learning Plus Self Paced Online Courses here:
    edu.machinelearningplus.com/s...
    Join ML+ membership for exclusive Data science content
    Previous Lesson:
    Why mahalanobis distance is incredibly powerful for outlier detection : • Why mahalanobis distan...
    Earlier Lessons:
    1. Build your first ML Project: • Build Your FIRST Machi...
    2. How to Formulate ML Problem: • Build Your First ML Pr...
    3. Setup Python Environment: • Setup Python Environme...
    4. Jupyter Notebook Tutorial: • Jupyter Notebook Tutor...
    5. What is ML Modeling: • What is ML Modeling? (...
    6. Reduce the size of Pandas Dataframe: • Reduce the memory size...
    7. What is EDA: • Exploratory Data Analy...
    8. How to impute missing Data: • How to handle missing ...
    9. Mice Imputation Algorithm: • Multiple Imputation by...
    10. How to impute missing data in categorical Variables: • How to impute missing ...
    11. How to Detect Outliers with Z Score: • How to Detect Outliers...
    Let me know in the comments section if you have any questions!
    🤝 Like, Share, Subscribe for more!
    Follow us on our social media handles for all updates, events and live sessions-
    ✅ Instagram: / machinelearningplus
    ✅ LinkedIn: / machine-learning-plus
    ✅ RUclips: / @machinelearningplus
    ✅ Twitter: / r_programming
    ✅ Website: www.machinelearningplus.com/
    If you enjoyed this video, be sure to throw it a like and make sure to subscribe to not miss any future videos!
    Thanks for watching!
    #mlmodeling, #python, #machinelearning, #artificialintelligence, #pandas, #datascience

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

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

    Want to learn more ML? Checkout edu.machinelearningplus.com/s/pages/ds-career-path
    - Become fundamentally strong in Data Science and ML!

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

    Amazing video! thank you

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

    Great. How the Cook's D can be computed within the GWR?