+ 1
Matplotlib OR Seaborn In Machine Learning ?
If Someone interested only in Data Analytics and Visualisation then both the libraries are important for them but is it also essential to learn both the libraries for Machine Learning Students ?
1 ответ
+ 2
A graduate student in ML/DL. We are using Matplotlib much more than Seaborn.
Personally, I think these two libraries are the same. A graph can be plotted by Matplotlib can also be plotted by Seaborn and vice versa. So I prefer to get familiar with one and only learn the basic of the other.
P.S.: Seaborn have more command than Matplotlib that to make your graph looks cooler. If you emphasis on the appearance of your graph, maybe Seaborn is a good choice.(We don't use Seaborn much since we only do data analytics and don't mind the appearance)