Multi-Class Classification: There are at least 3 different classes (2 classes = binary classification), e.g. positive, neutral, negative. A sample is assigned with exactly one class:
Sample |
Class |
The weather is nice |
positive |
It is raining heavily, I hate it! |
negative |
I did'nt check the weather |
neutral |
Multi-Label Classification: There are at least 3 different classes (called labels), e.g rain, snow, cold, hot. A sample is assigned with zero, one or multiple labels:
Sample |
Class |
Heavy snowfall was imminent. |
snow, cold |
I did not check the weather |
|
I was a burning summerday |
hot |
In your case, the classes would be the diseases in the column diseases. The column symptoms are used as features for the classification. Each sample (each row) is assigned with exactly one class (one disease). Therefore, it is a multi-class classification.