From 2eb01cb49aee1164cdb6f341b38764a981121c9f Mon Sep 17 00:00:00 2001 From: Masashi Shibata Date: Fri, 11 Jun 2021 12:56:25 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index deac414a..44a5c681 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # optuna-dashboard -![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square) +![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square) [![PyPI - Downloads](https://img.shields.io/pypi/dm/optuna-dashboard)](https://pypistats.org/packages/optuna-dashboard) + Real-time dashboard for [Optuna](https://github.com/optuna/optuna). Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna).