mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
28 lines
650 B
Markdown
28 lines
650 B
Markdown
# Optuna Dashboard for VS Code
|
|
|
|
The Optuna Dashboard extension lets you open Optuna's SQLite3 database in Optuna Dashboard, allowing users to see optimization histories in graphs and tables.
|
|
|
|

|
|
|
|
## Usage
|
|
|
|
Please right-click on the SQLite3 file (`*.db` or `*.sqlite3`) in the file explorer and select the "Open in Optuna Dashboard" command from the dropdown menu.
|
|
|
|
## Extension Settings
|
|
|
|
Nothing to configure.
|
|
|
|
## Release Notes
|
|
|
|
### 0.1.0
|
|
|
|
Added older database schemas support (Optuna 2.6.0 or later)
|
|
|
|
### 0.0.1
|
|
|
|
Initial Release
|
|
|
|
---
|
|
|
|
**Enjoy!**
|