Handle Missing Values | Data Preprocessing | Machine Learning | Data Magic

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 25

  • @oliviauhegbu6720
    @oliviauhegbu6720 4 місяці тому

    I am so glad to have come across this course, thank you for teaching the way you do, please I have a question, do we have to memorize all this codes you use to use them? or there are they written somewhere in the python libraries? thank you.

  • @mitalikumari9659
    @mitalikumari9659 4 місяці тому

    Is it necessary to replace missing data ? Cant we work on the data after droppping all missing data?

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

    I have taken part in WIDS Datathon where the data is too big...so please can u suggest me how to handle the missing values..the problem is Independent And Dependent variables are very difficult to handle

  • @saramoeini4286
    @saramoeini4286 2 роки тому +1

    Thank you so much. it helped me. but now i have a large dataset with lots of missing value. i think it's not good to remove that rows. what solution you suggest?

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

      Try to replace with mean. If your missing values column just have few unique values the try to replace with mod. What would be the best choice it all depends on what data is, how many values are missing, meaning of that value and unique values in that column.

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

      @@DataMagicAI number of rows is 60000 and rows without missing value is just 4000. doesn't replacing with mean or mod change the actual result?

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

      Try with mean and mod and see what works best. I would also recommend to drop these 4000 records and see what's the results you are getting with model.Then select the one which work better for your business problem.

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

    Are u working on train or test data set

  • @lmao1935
    @lmao1935 3 місяці тому

    what if the missing values are object type then what do we do?

  • @MrShoaibalisher
    @MrShoaibalisher 2 роки тому +1

    very helping videos, Thanks a lot 😊

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

    For deep learning data preprocessing will use in same concept or not. And for image type dataset how data preprocessing will do. Pls kindly reply for my doubt

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

      If your data is intabular form then similar data preprocessing is need irrespective of ML or Deep Learning.
      If you are using image data the data preprocessing will be different checkout our computer vision with openCV playlist.
      If you data is just plain text in that case text preprocessing will be different for NLP projects.

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

      @@DataMagicAI thank you so much

  • @user-arpitadey
    @user-arpitadey 6 місяців тому +1

    really helpful

  • @RohitRaj-wh6lj
    @RohitRaj-wh6lj 4 роки тому +1

    Very helpful Video 👏 Keep it up

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

    inplace=True is not for the purpose that you mentioned.

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

    very helpful thanx

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

      Glad it helped

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

      Glad it helped

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

      In my college they confused me with these topics .... but u made these topics very easy for me to understand ..... tq u sm sir

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

    Sir, how to fill the missing data with zero ?