mrdbourke / zero-to-mastery-ml

All course materials for the Zero to Mastery Machine Learning and Data Science course.
https://dbourke.link/ZTMmlcourse
2.97k stars 3.44k forks source link

Issue regarding colliding dog breed name when plotting #53

Open Lfg2st opened 1 year ago

Lfg2st commented 1 year ago

Currently, in our visualization code, the dog breed labels sometimes collide with each other, making it difficult to read the breed names clearly. To address this problem and enhance the visual appeal of our graphs, we can implement a solution that prevents the breed names from overlapping. with overlap github-image-error-code error-code

Proposed Solution: We can make use of the tight_layout() function in our visualization code after visualizing the data batches no overlap github-image-no-error Screenshot 2023-07-18 102853