Initial commit

This commit is contained in:
c-bata
2020-10-24 14:36:57 +09:00
commit f74fbb7d1e
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
*.pyc
__pycache__/
venv/
node_modules/
public/
*.sqlite3
*.db
+4
View File
@@ -0,0 +1,4 @@
# optuna-dashboard
Web dashboard for Optuna.
TypeScript files originally taken from [Goptuna's dashboard](https://github.com/c-bata/goptuna).