Created by: dilyararimovna
Change basic_classification_dataset_reader
for the case if class_sep
is None: for each sample class label is string not list of one element.
Also changed proba2labels
component in case max_proba
: returns one class index not list of one element as previously.
For all the configs for one-class classification changed sets_accuracy
to accuracy
.