commit f74fbb7d1e6df557c57decb471d5afe1cf5d5fb0 Author: c-bata Date: Sat Oct 24 14:36:57 2020 +0900 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5972adac --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.pyc +__pycache__/ +venv/ + +node_modules/ +public/ + +*.sqlite3 +*.db diff --git a/README.md b/README.md new file mode 100644 index 00000000..5383f285 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# optuna-dashboard + +Web dashboard for Optuna. +TypeScript files originally taken from [Goptuna's dashboard](https://github.com/c-bata/goptuna).