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
Optuna pruning for validation loss
I introduced the following lines in my deep learning project in order to early stop when the validation loss has not improved for 10 epochs:
if best_valid_loss is None or valid_loss < best_valid_lo...
Panertoĸ
Votes: 0
Answers: 1
While (true) loop randomly stopps
First of all, I'm quite new to coding and I have to admit I've taken on quite a big task. So please be mindful that the code will not be written optimally at all.
Ok, so my problem is that if I run my...
FloatyBoi
Votes: 0
Answers: 1