We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b420031 commit 8938beeCopy full SHA for 8938bee
README.md
@@ -22,9 +22,9 @@ elastica). Scripts to reproduce these benchmarks can be found [here](https://git
22
**Features**:
23
- distributed computing provided by the [`ray`](https://www.ray.io) library;
24
- scikit-learn compatible interface;
25
-- hyperparameter configuration via YAML files;
+- hyperparameter configuration via YAML files and optimization via `optuna`;
26
- support for custom operators (with/without strong-typing);
27
-- benchmark suite (Nguyen and SRBench)
+- benchmark suite (Nguyen and SRBench).
28
29
## Installation
30
environment.yaml
@@ -28,3 +28,5 @@ dependencies:
- mygrad
- tox-conda
- pmlb
31
+ - optuna
32
+ - optuna-integration
0 commit comments