Unverified Commit 6b4c6176 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Move unused args to kwargs (#6694)

parent 912a21ec
......@@ -775,8 +775,6 @@ class Trainer:
hp_space: Optional[Callable[["optuna.Trial"], Dict[str, float]]] = None,
compute_objective: Optional[Callable[[Dict[str, float]], float]] = None,
n_trials: int = 20,
timeout: int = 1800,
n_jobs: int = 1,
direction: str = "minimize",
backend: Optional[Union["str", HPSearchBackend]] = None,
**kwargs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment