How to Detect and Remove Outliers using Interquantile Range in Python

Поділитися
Вставка
  • Опубліковано 19 чер 2022
  • Join this channel to get access to perks:
    bit.ly/363MzLo
    In this tutorial, you're gonna learn how to detect and remove outliers of numerical data using an interquartile range in Python.
    #python #machinelearning #datascience
    Ask your question at t.me/epythonlab/
    Thanks for watching!
  • Наука та технологія

КОМЕНТАРІ • 3

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

    After detecting the outliers how do you remove it?

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

      Once detect the outliers, it's your decision that what you remove or impute the data based on some criteria. It's depends on the nature of your data. Anyhow whatch the video till the end and it's tell you how do you remove detected outliers.

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

      @@epythonlab Thank you for the video🙏.