Simplify Data Preprocessing with Python's Column Transformer: A Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 19

  • @RyanAndMattDataScience
    @RyanAndMattDataScience  หลายเดือนก่อน

    Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!
    Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg
    If you want to watch a full course on Machine Learning check out Datacamp: datacamp.pxf.io/XYD7Qg
    Want to solve Python data interview questions: stratascratch.com/?via=ryan
    I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com
    *Both Datacamp and Stratascratch are affiliate links.

  • @henry-o8i
    @henry-o8i 6 หลายเดือนก่อน +4

    Great video. Feel like this is an important concept and you explain it in 15 mins. Thanks. I do have a few question. 1) if i want to use the odc like u explain in another video, do i clarify another transformer (enc) for example:
    sizes =['Small', 'Medium', 'Large']
    enc =OrdinalEncoder(categories=[sizes])
    ct = make_column_transformer (
    (ohe,['city']),
    (enc,['size']),
    remainder = 'passthrough'
    )

  • @mariaclara8871
    @mariaclara8871 7 หลายเดือนก่อน +1

    Thank you!!!

  • @David-c3h3o
    @David-c3h3o 10 หลายเดือนก่อน +1

    Loving all your videos thanks

  • @henry-o8i
    @henry-o8i 6 หลายเดือนก่อน

    Also, you give us a simple data set, which is great. However, I had the trouble when i have a large data set and have a lot of columns, and i don't know how to retrieve the column name after column transform. Will you explain how to do it in later projects/videos? Again, thanks for all the great work. Having a blast following through the playlist.

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  6 หลายเดือนก่อน +1

      I may have this in my titanic or House pricing projects? Not 100% sure though its been a while since I looked at them

  • @andyhong3003
    @andyhong3003 5 หลายเดือนก่อน

    Like your others, there are lots of good stuffs in a concise video. Wonder if you could make the Jupiter notebook available for this video or future's.

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  5 หลายเดือนก่อน

      I do plan on rolling out the code to my website in the future. Just don’t have the resources yet. Once the channel scales a little more I’ll hire someone to help me upload them

  • @onurdatascience
    @onurdatascience ปีที่แล้ว

    Great video!

  • @cvrbcheppali8214
    @cvrbcheppali8214 9 หลายเดือนก่อน

    Nice Explination

  • @GregThatcher
    @GregThatcher 3 หลายเดือนก่อน

    Thanks!

  • @ayushparwal2210
    @ayushparwal2210 8 หลายเดือนก่อน

    nice