-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAHSBench #19
JAHSBench #19
Conversation
…rface, modified hpo file to call dtlz suite
[JAHS-Bench-201](https://github.com/automl/jahs_bench_201). | ||
|
||
JAHSBench implements a random forest surrogate model, trained on real-world |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JAHS is using XGBoost I think: https://openreview.net/pdf?id=_HLcjaVlqJ
Section 2.3, page 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For each benchmark documentation we need to include at least the following sections
## Installation
...
## Configuration
...
## Metadata
...
requires = { | ||
"py-pip-requirements": { | ||
"type": "pip", | ||
"name": "-r " + os.path.join(DIR, "REQUIREMENTS.txt"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using the more standard requirements.txt
(lower case format) would be better.
Added a slightly modified version of JAHS Bench 201 problem. Modifications to original version include:
size_MB
)valid-acc
=0, ,latency
=10,size_MB
=100nepochs
as a tunable parameterWarning: No support for MacOS
Addresses #6