Improve the error handling of WASM module calculating hyperparameter importance. #628
Labels
contribution-welcome
Welcome your contributions
enhancement
New feature or request
no-stale
Exempt from stale bot
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.The text was updated successfully, but these errors were encountered: