What is One Hot Encoding

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • #What is #One #Hot #Encoding?
    Trainer: / ashokveda
    Watch above video to understand What is one-hot-encoding?
    DataMites is providing global valid data science courses. If you wants to be certified data scientist, then Join Datamites data science program,
    For Classroom training details visit:
    Bangalore: datamites.com/...
    Chennai: datamites.com/...
    For Online training details visit:
    Data Science: datamites.com/...
    Machine Learning: datamites.com/...
    #DataScience
    #MachineLearning

КОМЕНТАРІ • 54

  • @venumadhavipothireddy9120
    @venumadhavipothireddy9120 Рік тому +3

    i have now eda endsem practical...this really helped..thank you

  • @101marsi
    @101marsi Рік тому +2

    I was stuck on Knn. Fit for days because it kept saying I had non binary values. This helped me figure what the issue was. I was about to give up. But this helped so much! Thank you!

  • @myfavouriteshort
    @myfavouriteshort Рік тому +2

    thanks

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

      You're welcome! keep Watching

  • @arts_and_dishes
    @arts_and_dishes Рік тому +1

    Wonderful way of explanation thank for tutorial

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

      Glad you liked it. Keep watching

  • @oscarrosalescorzo
    @oscarrosalescorzo Рік тому +1

    Nice video! Thanks!!

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

      Glad you liked it! Keep Watching

  • @nikitasinha8181
    @nikitasinha8181 Рік тому +1

    Thank you

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

    its better to use data=data.get_dummies( data['place'],drop_first=true)

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

      Hi, yes, you can certainly use this.

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

    Bravo!!!, short and neat approaches!!!

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

    You are dude. you are great

  • @Adinasa2
    @Adinasa2 Рік тому +1

    Great

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

    Very helpful. Thank you for this video

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

    Thank you!

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

    those asmr keyboard sounds, mmm..

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

    Awesome! Thanks a lot!

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

    can you please add the link for next video.

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

      Hi, sure we will do it. Meanwhile, you can also check the playlist.

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

    Very helpful video! Thank you.

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

    Thank you its very useful

  • @AshutoshDhaka
    @AshutoshDhaka 11 місяців тому

    Thanks

  • @user-tb5io7xt9w
    @user-tb5io7xt9w 2 роки тому

    Thank you so much! That is really helpful ^_^

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

    Thank you very much. but how it have 9 and 24 column at a time?

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

      "Hi Muse Safayi Gatalo, 24 columns are after one hot encoding."

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

      I have the same question, it is like there is no concat or merge function applied. How did you add one dataframe of get dummies with main dataframe>

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

    Can you please teach One Hot Encoding by using Sklearn?

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

      Hi Dileep, Sure.we will do it

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

      from sklearn.compose import ColumnTransformer
      from sklearn.preprocessing import OneHotEncoder
      ct = ColumnTransformer(transformers=[('encoder', OneHotEncoder(), [0])], remainder='passthrough')
      x = np.array(ct.fit_transform(x))
      print(x)

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

    Sir please tell me..which formula to be used for 1 hot encoding in Excel.
    For example searching red then
    =IF(A2=Red,1,0)
    This only applies for a single column
    I want to apply it for whole matrix in one go.
    Which formula sir please tell me?

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

      For the single column, it should work. If you are looking in other columns you need the cell name accordingly. Also another approach would be use formula =IF(E7="Red",1,0)

  • @md.fazlulkarim8847
    @md.fazlulkarim8847 3 роки тому

    Very impressive

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

    I have food names in one column, in which every row has multiple food name. I want to split this column into multiple. Like as, each food name will be column name and if it is present in a specific row it will show 1, otherwise 0. How can I do that?

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

      There might be multiple approach you can go with. I can suggest one of them. You can get count using collections.Counter or value_counts and afterwards you can add column with the corresponding value.

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

    thanks!

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

    Thank u

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

    yo all know it legit, when you get the accent

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

    Namma bengaluru

  • @boscokuttikatt
    @boscokuttikatt 11 місяців тому

    Thank you