def cross_validation(model,X,Y,cv,methods): ##method:accuracy,sensitive, specificity,auc_score if type(methods) == str: methods = [methods] x_train,x