One vs Rest or One vs All Multi Class Classification
This method is used to extend a binary class classifier to classify multiple classes.
So for 
- 1 model for each class
 - And for model 
, it will predict if the instance is of class or not  - In other way, class 
is fighting with all other or rest of the classes  - Thats why it is called one-vs-rest or one-vs-all method
 - The final prediction is the 
of the all pr