Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the error handling of WASM module calculating hyperparameter importance. #628

Open
c-bata opened this issue Sep 26, 2023 · 0 comments
Labels
contribution-welcome Welcome your contributions enhancement New feature or request no-stale Exempt from stale bot

Comments

@c-bata
Copy link
Member

c-bata commented Sep 26, 2023

The browser-only version of Optuna Dashboard internally uses the WASM module exported by the following Rust code.

https://github.com/optuna/optuna-dashboard/blame/5c7ea7432f7b17a9535d70ee7173e41888323564/rustlib/src/lib.rs#L6-L26

However, as you can see, a lot of unwrap methods call exist. We should avoid using unwrap methods call.

@c-bata c-bata added enhancement New feature or request contribution-welcome Welcome your contributions labels Sep 26, 2023
@keisuke-umezawa keisuke-umezawa added the no-stale Exempt from stale bot label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome Welcome your contributions enhancement New feature or request no-stale Exempt from stale bot
Projects
None yet
Development

No branches or pull requests

2 participants