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 ?
this is life saving and it helped me do my homework!!
Glad it helped and really happy to hear that. Thanks for your feedback and support.
The video is good, but too many YT notifications to subscribe. I am watching this video in headphones and they are too loud.
Glad you liked the content.
Many thanks for your feedback. Yeah, It's my bad. But in recent videos thing just got better.
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 ?
Hi,
Why don't you use heatmap (available in seaborn package) in order to visualize the distance matrix?