aboutsummaryrefslogtreecommitdiff
path: root/math/py-optuna/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-optuna/pkg-descr')
-rw-r--r--math/py-optuna/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/py-optuna/pkg-descr b/math/py-optuna/pkg-descr
deleted file mode 100644
index 18109e9e3913..000000000000
--- a/math/py-optuna/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Optuna is an automatic hyperparameter optimization software framework,
-particularly designed for machine learning. It features an imperative,
-define-by-run style user API. Thanks to our define-by-run API, the code
-written with Optuna enjoys high modularity, and the user of Optuna can
-dynamically construct the search spaces for the hyperparameters.