This repository (optuna-dashboard) and Goptuna share common code.
This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
[x] I agree this patch may be ported to Goptuna by other Goptuna contributors.
Reference Issues/PRs
None
What does this implement/fix? Explain your changes.
Fixed an issue in jupyterlab-optuna where artifacts were not displayed correctly due to the Artifact URL path specified in the getArtifactUrlPath function being different from that in optuna_dashboard.
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.Reference Issues/PRs
None
What does this implement/fix? Explain your changes.
Fixed an issue in
jupyterlab-optuna
where artifacts were not displayed correctly due to the Artifact URL path specified in thegetArtifactUrlPath
function being different from that inoptuna_dashboard
.