fix get_metrics method
Created by: maypink
Earlier in this method, when calculating ROCAUC metric, predictions were redefined and probabilities were placed in prediction.predict. Then the probabilities were converted into labels
Now at the very beginning when calculating the metric for which labels are needed, predictions are given in labels