johnmartinsson/bird-species-classification

Missing import matplotlib.pyplot as plt

Opened this issue · 0 comments

Missing import matplotlib.pyplot as plt:

The code for data analysis uses plt for plotting but does not import it explicitly.
Please make sure to include import matplotlib.pyplot as plt at the beginning of the code.