optuna-dashboard icon indicating copy to clipboard operation
optuna-dashboard copied to clipboard

Improve the error handling of WASM module calculating hyperparameter importance.

Open c-bata opened this issue 2 years ago • 0 comments
trafficstars

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 avatar Sep 26 '23 08:09 c-bata