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

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

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

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

    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.

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

    Why don’t we use StandardScaler for this one?

  • @chizitereigwe4544
    @chizitereigwe4544 23 ชั่วโมงที่ผ่านมา

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

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

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

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

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

    • @aineshbalaga1216
      @aineshbalaga1216 หลายเดือนก่อน +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.

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

    Never thought its that easy

  • @danielrexrj
    @danielrexrj 3 หลายเดือนก่อน +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 2 หลายเดือนก่อน

      What’s the difference between fit_transform and transform?

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

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

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

    can you explain why did you choose n_neighbors as 8

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

    I feel like y here is column 14. Am I correct?

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

    👏👏👏👏❤❤❤❤