Apply lazy import for `optuna.dashboard`.
See original GitHub issueOptuna always imports the dependencies of optuna.dashboard (e.g., bokeh), which makes unnecessary overhead in many use cases. Similar to #334, we can apply lazy import for them.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Real-time Web Dashboard for Optuna. - GitHub
First, please specify the storage URL to persistent your study using the RDB backend. import optuna def objective(trial): x = trial.
Read more >lazy-imports - PyPI
Lazy -Imports ... This is a Python tool to support lazy imports. Likewise, the actual initialization of the module does not occur until...
Read more >Running Tune experiments with Optuna — Ray 2.2.0
In this tutorial we introduce Optuna, while running a simple Ray Tune experiment. Tune's Search Algorithms integrate with Optuna and, as a result, ......
Read more >Command-Line Interface — Optuna 3.0.4 documentation
Optuna provides command-line interface as shown in the above table. ... import optuna def objective(trial): x = trial.suggest_float("x", -10, 10) return (x ...
Read more >optuna Changelog - pyup.io
Apply lazy import for `optuna.dashboard `. (1074) - Applied `abc.abstractmethod` decorator to the abstract methods of `BaseTrial` and fixed `ChainerMNTrial`.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @ytsmiling please go ahead with the implementation. My schedule has been badly affected by COVID-19 and unfortunately, I won’t be able to work on this anytime soon. I’d still love to contribute to optuna sometime in the future.
Hi @g-votte I am new to optuna and was looking to apply for the GP-BO-based sampler project for GSoC 2020. I think this could be a good first issue for me to get started. Is someone already working on this or else I’ll send in a PR?