question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apply lazy import for `optuna.dashboard`.

See original GitHub issue

Optuna 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
sshkhrcommented, Apr 2, 2020

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.

2reactions
sshkhrcommented, Feb 25, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found