Pairwise Distance Matrix in Python (Sklearn & SciPy) (Euclidean & Manhattan)

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 6

  • @uscmsba8879
    @uscmsba8879 Год назад +1

    this is life saving and it helped me do my homework!!

    • @Koolac
      @Koolac  Год назад

      Glad it helped and really happy to hear that. Thanks for your feedback and support.

  • @MathForLife
    @MathForLife Год назад +1

    The video is good, but too many YT notifications to subscribe. I am watching this video in headphones and they are too loud.

    • @Koolac
      @Koolac  Год назад

      Glad you liked the content.
      Many thanks for your feedback. Yeah, It's my bad. But in recent videos thing just got better.

  • @masterkraft4746
    @masterkraft4746 2 года назад +1

    Hi, thanks for this introduction. I'm doing some experiment where I need to visually plot how close are the points in an array, that is ... to get a visual representation, of the result of the distance matrix of X and Y. Can the distance matrix be plotted on a scatter plot or a 2D density histogram ?

    • @Koolac
      @Koolac  2 года назад

      Hi,
      Why don't you use heatmap (available in seaborn package) in order to visualize the distance matrix?