Optimal Number of Rock Climbing Walls - Data Science Final Project In Python

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

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

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

    Take my courses at mlnow.ai/!

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

    This project will definitely motivate a real world project. Thanks Greg!

  • @prekshagampa5889
    @prekshagampa5889 2 ปีที่แล้ว

    Thank you so much for this Video. This helped a Lott...Just a small question
    In the final table "final_pd_df" (time - 1:00:06), I see that the IDs are are shuffled? By default does it all get scattered like that? because Initially when you showed the sql ages and weights table they were ordered. What's the reason for the shuffling? I couldn't figure it out.

  • @KierZarate-u4n
    @KierZarate-u4n 11 หลายเดือนก่อน

    Thank you for this video Greg! If I may ask, what if the dataset does not show clusters on a scatterplot? what model would you use to know how many walls to build for climbers?

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

    this is superb. in piecemeal, I know about each tool, but looking at how you use them really open my eyes and mind about the "real world". awesome video.

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

      Thanks! Yeah, that was the main goal of the video, glad you liked it :)

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

    Thanks a lot for the detailed explanation man! I'm watching in parts but it's very informative! God bless you!

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      Thank you ❤️

  • @thiccchungus588
    @thiccchungus588 3 ปีที่แล้ว

    Great video! :D
    Aside from maybe having more control over the specific colors of each cluster, is there any benefit to doing the coloring of the clusters with a matplotlib scatter + iteration versus simply using seaborn and the hue parameter?

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      I haven't used Seaborn. Thank you!

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

    Hi Greg, NICE CLIP! I just have one question, I'v read your code on your github, I just wonder whether it's a real database or it's just created like a database. And if it 's a real database, is it possible for learners to access? Thanks!

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      Glad that you're looking so closely! It's technically a database as you can indeed read from it using SQL, but it's fake and made up from my own NumPy code, so I wouldn't bother using it outside the project

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

      @@GregHogg Hi Greg, Soooo nice to see your comments here! It helps, Thanks !!

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      @@literature8536 Of course! I reply to every comment 😃

  • @matasmagas3268
    @matasmagas3268 3 ปีที่แล้ว

    Perfect educational video! However, one can see from the scatter plot that the data is artificial. If the data would be approximately uniformly distributed (as it is more realistic), the k-means model would not be appropriate, right? How would you handle the model selection in that case ?

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      There's a lot of different clustering algorithms. Agreed, kmeans might not solve the problem. It might still be appropriate though. In higher dimensions it's harder to see what will and won't work, so you could just try various algorithms and see what is produced

  • @oscardleon6976
    @oscardleon6976 3 ปีที่แล้ว

    Nice Video, I want to follow along but i am having trouble with the code from your github. I am a python newbie
    When i run your top main portion of the code to get the sql data and functions i keep getting a ValueError: Table 'Ages' already exists.
    Do you have any pointers on how i can get this fixed?

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

      Sounds like everything is working right, you're just running it again and again!

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

    Exactly what I've been searching for.

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

      That's amazing; glad you found it!

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

      @@GregHogg but I don't know how to implement the Neumann boundary conditions on two or three sides of the 2D Laplace equation using finite difference method

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

      @@ndukamoses8475 neither do I! Lol

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

      @@GregHogg hahahaha

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

    How do I get the notebook?

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

      Right, thanks. I'll have it on my GitHub by tonight

    • @iftiyarkhan7310
      @iftiyarkhan7310 3 ปีที่แล้ว

      @@GregHogg Thanks. Great work much appreciated

    • @GregHogg
      @GregHogg  3 ปีที่แล้ว

      On GitHub now :) Thank you

    • @iftiyarkhan7310
      @iftiyarkhan7310 3 ปีที่แล้ว

      ​@@GregHogg Brother Please provide the link in your description. I couldn't find the link.

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

    Clarity !!❤️

  • @ashleyb5849
    @ashleyb5849 3 ปีที่แล้ว

    Awesome thanks!