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

Поделиться
HTML-код
  • Опубликовано: 19 окт 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 5 месяцев назад

    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

  • @lmao1935
    @lmao1935 3 месяца назад

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

  • @594shaileshpawale5
    @594shaileshpawale5 5 месяцев назад

    Are u working on train or test data set

  • @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.

  • @user-arpitadey
    @user-arpitadey 6 месяцев назад +1

    really helpful

  • @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

  • @RohitRaj-wh6lj
    @RohitRaj-wh6lj 4 года назад +1

    Very helpful Video 👏 Keep it up

  • @SandeepSSMishra
    @SandeepSSMishra 2 года назад

    Sir, how to fill the missing data with zero ?

  • @macdevin3334
    @macdevin3334 4 года назад

    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

  • @FineStack
    @FineStack 2 месяца назад

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