python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
LGBMClassifier roc_auc problem using gridSearchCV and early_stopping via BaseEstimator
i want to integrate an LGBMClassifier to existing code. the code call fit(X,y), while LGBMClassifier will need fit(X, y, eval_set, callbacks, eval_metric). i'm trying to encapsulate eval_set, callback...
silvyan
Votes: 0
Answers: 1
My data can be approximated with Normal mixture. How can I find the reasons and explain this behaviour?
I use DeLonge method to compare two ROC AUCS. The result of it is Z-score.
Both ROC AUCs obtained from LDA (linear discriminant analysis) from sklearn package. The first one uses eigen solver inside L...
Arzental
Votes: 0
Answers: 0
changing null hypothesis value for sample size calculation of a single AUC
I am trying to get the sample size for a single AUC using power.roc.test in the pROC package. For example, the expected AUC is 0.97 (alternative hypothesis) and the value I am comparing to is 0.95 (nu...
slee
Votes: 0
Answers: 2
R: linetype and color manual not showing in ggplot legend
I'm plotting the following data (stored as data.frame object) as ROC-AUC plot using ggplot. I want to display each data in unique linetype and color and arrange them into a legend inside the plot, so ...
Chris T.
Votes: 0
Answers: 1