Output modes for classification added
In the current version only probabilities can be returned for the classification problems #187 (closed) .
Now the 3 mode is implemented: 'probs'/'default' - probability of positive class (all probabilities if >2 classes) 'full_probs' - probabilities for each class 'labels' - labels of the classes (0,1,2...)