Does support in Sklearn’s classification_report mean occurences within original dataset or the dataset fed into the model?
I implemented a machine learning model; to gain some information about the performance of the model, I looked at its classification_report from sklearn.metrics.
model.compile loss TypeError: Missing required positional argument
The minimum example is