optuna-dashboard
optuna-dashboard copied to clipboard
Improve the error handling of WASM module calculating hyperparameter importance.
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.