- Report ID: ecb7024f149c2653a906f600d048eac2658f94bc2cfc8e50bfd7356c0fb1e29b
- Kurobako Version: 0.1.3
- Number of Solvers: 4
- Number of Problems: 2
- Metrics Precedence:
best value -> AUC
Please refer to "A Strategy for Ranking Optimizers using Multiple Criteria" for the ranking strategy used in this report.
Solver | Borda | Firsts |
---|---|---|
RandomSampler | 0 | 0 |
TPESampler | 2 | 1 |
TPESampler with MedianPruner | 2 | 1 |
TPESampler with SuccessiveHalvingPruner | 4 | 2 |
(1) Problem: HPO-Bench-Parkinson
Ranking | Solver | Best (avg +- sd) | AUC (avg +- sd) | Elapsed (avg +- sd) |
---|---|---|---|---|
1 | TPESampler with MedianPruner (study) | 0.010070 +- 0.004299 | 0.803 +- 0.299 | 132.749 +- 15.810 |
1 | TPESampler (study) | 0.009882 +- 0.003529 | 0.945 +- 0.354 | 2.775 +- 0.349 |
1 | TPESampler with SuccessiveHalvingPruner (study) | 0.011867 +- 0.003252 | 0.879 +- 0.279 | 26.767 +- 10.526 |
4 | RandomSampler (study) | 0.015558 +- 0.005880 | 1.304 +- 0.444 | 0.614 +- 0.083 |
(2) Problem: HPO-Bench-Protein
Ranking | Solver | Best (avg +- sd) | AUC (avg +- sd) | Elapsed (avg +- sd) |
---|---|---|---|---|
1 | TPESampler with SuccessiveHalvingPruner (study) | 0.231011 +- 0.009908 | 17.172 +- 0.744 | 21.536 +- 8.320 |
2 | TPESampler with MedianPruner (study) | 0.232737 +- 0.010008 | 17.874 +- 0.884 | 131.829 +- 12.683 |
2 | TPESampler (study) | 0.236102 +- 0.014100 | 18.529 +- 1.390 | 2.781 +- 0.370 |
4 | RandomSampler (study) | 0.255230 +- 0.016135 | 19.817 +- 1.112 | 0.624 +- 0.080 |
recipe:
{
"name": "RandomSampler",
"optuna": {
"sampler": "random",
"pruner": "nop"
}
}
specification:
{
"name": "RandomSampler",
"attrs": {
"github": "https://github.com/optuna/optuna",
"paper": "Akiba, Takuya, et al. \"Optuna: A next-generation hyperparameter optimization framework.\" Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 2019.",
"version": "optuna=1.0.0, kurobako-py=0.1.1"
},
"capabilities": [
"UNIFORM_CONTINUOUS",
"UNIFORM_DISCRETE",
"LOG_UNIFORM_CONTINUOUS",
"CATEGORICAL",
"CONDITIONAL",
"CONCURRENT"
]
}
recipe:
{
"name": "TPESampler",
"optuna": {
"pruner": "nop"
}
}
specification:
{
"name": "TPESampler",
"attrs": {
"github": "https://github.com/optuna/optuna",
"paper": "Akiba, Takuya, et al. \"Optuna: A next-generation hyperparameter optimization framework.\" Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 2019.",
"version": "optuna=1.0.0, kurobako-py=0.1.1"
},
"capabilities": [
"UNIFORM_CONTINUOUS",
"UNIFORM_DISCRETE",
"LOG_UNIFORM_CONTINUOUS",
"CATEGORICAL",
"CONDITIONAL",
"CONCURRENT"
]
}
recipe:
{
"name": "TPESampler with MedianPruner",
"optuna": {
"median_warmup_steps": 4
}
}
specification:
{
"name": "TPESampler with MedianPruner",
"attrs": {
"github": "https://github.com/optuna/optuna",
"paper": "Akiba, Takuya, et al. \"Optuna: A next-generation hyperparameter optimization framework.\" Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 2019.",
"version": "optuna=1.0.0, kurobako-py=0.1.1"
},
"capabilities": [
"UNIFORM_CONTINUOUS",
"UNIFORM_DISCRETE",
"LOG_UNIFORM_CONTINUOUS",
"CATEGORICAL",
"CONDITIONAL",
"CONCURRENT"
]
}
recipe:
{
"name": "TPESampler with SuccessiveHalvingPruner",
"optuna": {
"pruner": "asha",
"asha_min_resource": 4
}
}
specification:
{
"name": "TPESampler with SuccessiveHalvingPruner",
"attrs": {
"github": "https://github.com/optuna/optuna",
"paper": "Akiba, Takuya, et al. \"Optuna: A next-generation hyperparameter optimization framework.\" Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 2019.",
"version": "optuna=1.0.0, kurobako-py=0.1.1"
},
"capabilities": [
"UNIFORM_CONTINUOUS",
"UNIFORM_DISCRETE",
"LOG_UNIFORM_CONTINUOUS",
"CATEGORICAL",
"CONDITIONAL",
"CONCURRENT"
]
}
recipe:
{
"hpobench": {
"dataset": "fcnet_parkinsons_telemonitoring_data.hdf5"
}
}
specification:
{
"name": "HPO-Bench-Parkinson",
"attrs": {
"github": "https://github.com/automl/nas_benchmarks",
"paper": "Klein, Aaron, and Frank Hutter. \"Tabular Benchmarks for Joint Architecture and Hyperparameter Optimization.\" arXiv preprint arXiv:1905.04970 (2019).",
"version": "kurobako_problems=0.1.3"
},
"params_domain": [
{
"name": "activation_fn_1",
"range": {
"type": "CATEGORICAL",
"choices": [
"tanh",
"relu"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "activation_fn_2",
"range": {
"type": "CATEGORICAL",
"choices": [
"tanh",
"relu"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "batch_size",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 4
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "dropout_1",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 3
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "dropout_2",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 3
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "init_lr",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "lr_schedule",
"range": {
"type": "CATEGORICAL",
"choices": [
"cosine",
"const"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "n_units_1",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "n_units_2",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
}
],
"values_domain": [
{
"name": "Validation MSE",
"range": {
"type": "CONTINUOUS",
"low": 0.0
},
"distribution": "UNIFORM",
"constraint": null
}
],
"steps": 100
}
recipe:
{
"hpobench": {
"dataset": "fcnet_protein_structure_data.hdf5"
}
}
specification:
{
"name": "HPO-Bench-Protein",
"attrs": {
"github": "https://github.com/automl/nas_benchmarks",
"paper": "Klein, Aaron, and Frank Hutter. \"Tabular Benchmarks for Joint Architecture and Hyperparameter Optimization.\" arXiv preprint arXiv:1905.04970 (2019).",
"version": "kurobako_problems=0.1.3"
},
"params_domain": [
{
"name": "activation_fn_1",
"range": {
"type": "CATEGORICAL",
"choices": [
"tanh",
"relu"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "activation_fn_2",
"range": {
"type": "CATEGORICAL",
"choices": [
"tanh",
"relu"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "batch_size",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 4
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "dropout_1",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 3
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "dropout_2",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 3
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "init_lr",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "lr_schedule",
"range": {
"type": "CATEGORICAL",
"choices": [
"cosine",
"const"
]
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "n_units_1",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
},
{
"name": "n_units_2",
"range": {
"type": "DISCRETE",
"low": 0,
"high": 6
},
"distribution": "UNIFORM",
"constraint": null
}
],
"values_domain": [
{
"name": "Validation MSE",
"range": {
"type": "CONTINUOUS",
"low": 0.0
},
"distribution": "UNIFORM",
"constraint": null
}
],
"steps": 100
}
- problem: HPO-Bench-Parkinson
- solver: RandomSampler
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Parkinson
- solver: TPESampler
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Parkinson
- solver: TPESampler with MedianPruner
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Parkinson
- solver: TPESampler with SuccessiveHalvingPruner
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Protein
- solver: RandomSampler
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Protein
- solver: TPESampler
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Protein
- solver: TPESampler with MedianPruner
- budget: 80
- repeats: 30
- concurrency: 1
- problem: HPO-Bench-Protein
- solver: TPESampler with SuccessiveHalvingPruner
- budget: 80
- repeats: 30
- concurrency: 1