Skip to content

Commit

Permalink
j026
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 18, 2023
1 parent 0201ff7 commit ec03f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergernet/jobs/j026.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def call(self):

model = ParametricEstimator(hp=hps, dataset=ds)

optuna_model = OptunaEstimator(estimator=model, n_trials=5)
optuna_model = OptunaEstimator(estimator=model, n_trials=10)

optuna_model.train()

Expand Down

0 comments on commit ec03f9a

Please sign in to comment.