基於python繪製ROC曲線

基於python繪製ROC曲線,直接附代碼: from sklearn.metrics import roc_curve, auc from sklearn.model_selection import train_test_split ##劃分數據集 X_train, X_test, y_train, y_test = train_test_split(X, y, stratify=y, tes
相關文章
相關標籤/搜索