Outlier Detection & Removal | Outlier Treatment | Data Preprocessing | Machine Learning | Data Magic

Поділитися
Вставка
  • Опубліковано 8 сер 2020
  • Hello Friends,
    Today I will Talk about What is outlier ? and How we can detect outliers from our data ?. Then will talk about how we can remove our outlier ? and whats the benefit of it ?.
    Outlier Detection & Removal | Outlier Treatment | Data Preprocessing | Machine Learning | Data Magic
    #outlierdetection #outlliertreatment #datamagic
    Please Like, Comment, Share and Subscribe!!!
    Connect with me,
    UA-cam :ua-cam.com/channels/ssl.html...
    Facebook : / datamagic2020
    Instagram : / datamagic2020
    Twitter : / datamagic5
    For Business Inquiries : datamagic2020@gmail.com
    detect and remove outliers
    detect and remove outliers in python
    outliers statistics
    outlier detection
    outlier detection and removal
    outlier detection and treatment
    outlier detection and removal python
    outlier detection python
    outlier detection algorithms
    outlier detection and treatment in python
    outlier treatment
    outlier treatment in python
    outlier treatment python pandas
    outlier removal
    outlier removal techniques
    outlier removal python
    outlier removal methods
    outlier removal python code

КОМЕНТАРІ • 17

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

    brother, should we give the total number of records as an argument to the bins parameter?

  • @SodaPy_dot_com
    @SodaPy_dot_com Місяць тому +1

    super!!

  • @olaoluwamann4187
    @olaoluwamann4187 3 роки тому

    Thank you for your video. Please how do I get the value of bins in my dataset

    • @DataMagicAI
      @DataMagicAI  3 роки тому

      Your welcome !
      Please checkout below episode related to data binning.
      ua-cam.com/video/rOm_PzWMKIY/v-deo.html

  • @Brain_quench
    @Brain_quench 3 роки тому

    Thanks for the video. You removed the 5 percent in the tails. Does this method only apply to data with normal distribution?

    • @DataMagicAI
      @DataMagicAI  3 роки тому

      It works best with normally distributed data but If you want you can apply it on any data.

  • @siddharthtyagi1254
    @siddharthtyagi1254 3 роки тому +1

    could you please provide the dataset. It will be good.

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

    could u plz tell flow of data processing before model building ?

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

      check the data preprocessing playlist on channel

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

    What should we do first ,,,treat outliers or fill missing values??

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

      Handle missing value first but make sure to use right imputation technique.
      Then go for outlier handling.
      Again sometime beneficial to do reverse order depending on what % of missing values are their n all.
      I will create one in detail episode with all scenarios soon…

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

    Hi sunny ji , if there is multiple coloumn how can we find where to find outliers ?

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

      You need to check outliers in each columns and then try to handle it.

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

      @@DataMagicAI any tutorial which can help me . I am newbie doing assignments

  • @ajaykushwaha-je6mw
    @ajaykushwaha-je6mw 3 роки тому

    we never handle outliers without filling NA values.