How to Build Your First KNN Python Model in scikit-learn (K Nearest Neighbors)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

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

    Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!
    Article: ryanandmattdatascience.com/k-nearest-neighbors/
    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.

  • @Jade-z7q
    @Jade-z7q วันที่ผ่านมา

    true negative is on the top left,
    false positive is on the top right,
    false negative is at the bottom left,
    true positive is at the bottom right

    • @RyanAndMattDataScience
      @RyanAndMattDataScience  วันที่ผ่านมา

      Ye I messed it up on this video. Think I left it pinned as a comment

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

    Never thought its that easy

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

    why did we use fit_transform foe test data as well ? instead of only transform

  • @danielrexrj
    @danielrexrj 4 หลายเดือนก่อน +1

    Wouldn't it be better to use X_test = scaler.transform(X_test) instead of X_test = scaler.fit_transform(X_test)?

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

      What’s the difference between fit_transform and transform?

  • @ShiftKoncepts
    @ShiftKoncepts 20 วันที่ผ่านมา

    Are you able to do the scaling first before train test split?

  • @arulkumaransendilvel6853
    @arulkumaransendilvel6853 3 หลายเดือนก่อน +1

    what is difference between scaler.fit() and scaler.fit_transform() ⁉

    • @aineshbalaga1216
      @aineshbalaga1216 2 หลายเดือนก่อน +1

      If I’m not mistaken they do .fit in a separate line? I’m not sure why it’s not a common thing just to include it one line of code.

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

    Why don’t we use StandardScaler for this one?

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

    can you explain why did you choose n_neighbors as 8

  • @soyroian
    @soyroian ปีที่แล้ว +3

    Hey Ryan, I'm trying to follow along. Will there be a link to the CSV file? Thank you in advance.

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

    Funniest tutorial intro in history. #RogerClemens #BarryBonds #PeteRose

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

    👏👏👏👏❤❤❤❤