asked
[Revised Edition] The Complete Guide to Python Machine Learning
Wisconsin Breast Cancer Prediction Using LightGBM
Written on
·
178
0
auc_roc_curve() 계산할 때, pred_proba는 xgboost처럼 0과 1로 표현하지 않아도 되나요? y_test,pred_proba할 때 질문입니다.
Answer 1
1
안녕하십니까,
네, pred_proba()는 0과 1로 표현되지 않고, 예측 확률값으로 표현됩니다.
감사합니다.