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)
Optuna score vs Cross_val_score?
A accuracy score from optuna and a score in cross_val_score were different. Why does it occuer and which score should I choose?
I used the hyperparameters that I got in optuna in cross_val_score.
def ...
Ten
Votes: 0
Answers: 1
Can I overwrite the hyperparameters of an Optuna trial object after it has already suggested values?
Occasionally Optuna will suggest a sample that I don't really want to evaluate - usually either because it is the same as, or too close to, a previously evaluated solution. In this case I would like t...
guskenny83
Votes: 0
Answers: 1
How to repeat a trial?
I would like to know if Optuna offers an option to repeat each trial five times or more to get the average performance of the network over different initial weights.
Henrique Toste
Votes: 0
Answers: 1
Optuna LightGBM LightGBMPruningCallback
I am getting an error on my modeling of lightgbm searching for optimal auc. Any help would be appreciated.
import optuna
from sklearn.model_selection import StratifiedKFold
from optuna.integration i...
Tinkinc
Votes: 0
Answers: 1