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

Real-time Web Dashboard for Optuna.

Results 67 optuna-dashboard issues
Sort by recently updated
recently updated
newest added

# Feature Request When you have a lot of trials, the parallel coordinates is not informative at all because the it's just one blob, however the grey scale image is...

enhancement

### Description When update to v0.7.0, the BestValue in the homepage is missed. But this information is very important for user to fast see the experiment's status. I think this...

enhancement
contribution-welcome
no-stale

## Contributor License Agreement This repository (``optuna-dashboard``) and [Goptuna](https://github.com/c-bata/goptuna) share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses...

TrialTable is a component that is displayed on the bottom of study detail page. It would be great if Optuna Dashboard users can choose the keys of trial_user_attr to list...

enhancement
contribution welcome
needs-discussion

In Optuna Dashboard, the rendering performance of React component looks not good. Probably we can reduce the number of re-rendering React components. It would be great if Optuna Dashboard will...

enhancement
help wanted

To display latest information of Optuna's execution, Optuna Dashboard polls JSON API periodically. Optuna Dashboard users can choose the interval second via drop-down menu on the AppBar (e.g. 10s, 30s,...

enhancement
needs-discussion

## Summary Optuna Dashboard now uses React v17.0.2. I created this issue to bump the version up to v18, and labeled this contribution-welcome. Please note that this issue is seemingly...

enhancement
contribution welcome

Optuna Dashboard adopts Recoil library for its state management. However, I'm actually not an expert frontend engineer. I'm not confident that existing design of Recoil's global state is well designed....

enhancement
help wanted
needs-discussion

TrialTable enables users to filter trials by trials's state and categorical values like: https://user-images.githubusercontent.com/5564044/165410927-0e7759e1-23c0-4cb0-af86-0bf9c3014191.mp4 Due to the limitation of [DataGrid](https://github.com/optuna/optuna-dashboard/blob/main/optuna_dashboard/ts/components/DataGrid.tsx), a component that TrialTables uses under the hood, it can...

enhancement
contribution welcome

See https://github.com/optuna/optuna/pull/2503 for details.

enhancement
contribution welcome
good first issue