Unit 4.3 Zero-rule baseline (majority classifier) #97
-
Below image is a snapshot from MNIST MLP Notebook @rasbt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Good point. In a practical setting where you want to implement a MajorityClass classifier, I'd say you are absolutely right. Here, I was more focused on seeing the best possible test accuracy without actually using a model. The majority class derived from the training set would always be equal or lower than the one derived from a test set, so it's more like the "best lucky guess of a majority class classifier" here. |
Beta Was this translation helpful? Give feedback.
Good point. In a practical setting where you want to implement a MajorityClass classifier, I'd say you are absolutely right. Here, I was more focused on seeing the best possible test accuracy without actually using a model. The majority class derived from the training set would always be equal or lower than the one derived from a test set, so it's more like the "best lucky guess of a majority class classifier" here.