1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/py-optuna/pkg-descr
Kurt Jaeger 548f16bd1a New port: math/py-optuna: A hyperparameter optimization framework
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.

WWW: https://optuna.org/

PR:		252151
Submitted by:	Neel Chauhan <neel@neelc.org>
2021-01-01 10:06:27 +00:00

8 lines
376 B
Plaintext

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.
WWW: https://optuna.org/