-
Notifications
You must be signed in to change notification settings - Fork 36
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
Arxiv paper update for tabular recollection #157
Open
Neeratyoy
wants to merge
160
commits into
develop
Choose a base branch
from
LCs
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into thesis-paper
Implement AbstractMultiObjectiveBenchmark.
* UPDATE Benchmark API to work with Multi-Objective Benchmarks
* Update Github Actions Workflow and drop support for singularity < 3.7
* Add yahpo_gym w help from phmueller Co-authored-by: PhMueller <[email protected]>
Update the Nasbench201 benchmark to support Multi-Objective queries. If you want to use the *single objective* Nasbench201 benchmark, you can query the SO version of this benchmark. Although, we have not changed the benchmark logic, you can also use the container v0.0.5 in your experiments to reproduce results from the old version of this benchmark.
We add the benchmark from the MO-ASHA paper by Schmucker et al. It is a MO benchmark, training an MLP on the Adult data set.
Added mo cnn benchmarks from bag of baseline paper We deviate from the original benchmark in two points: * we return as cost only the training time instead of the total elapsed time * we return as objective for minimization instead of `-100 * accuracy` now `1 - accuracy` to achieve better output scalings. Co-authored-by: ayushi-3536 <[email protected]> Co-authored-by: Philipp Müller <[email protected]>
Make installable for Python 3.10.6 * Add 3.10 to test pipeline * Remove upper Python version limit * Change python-versions to strings * Surround action python-version with quotation marks * Install paramnet dependencies only for Python <= 3.9 * Disable local paramnet test for Python > 3.9 Co-authored-by: Dominik Woiwode <[email protected]>
* Speed up tests by disabling slow tests.
* Refactor: Rename AbstractBenchmark Class
* Update 201 version 0.0.6 - scale the misclassification rate form 0 to 100 -> 0 and 1 - Update test cases - link to the correct container version - Fix Nas201 Test Cases - remove a Github action trigger. It started all test cases twice. - Fix GithubActions: Install correct xgboost version for 3.10
* Nas101 v.0.0.5 * Nas1shot1 v.0.0.5 * Test Cases for 101
Update to 0.0.2
* Yahpo Raw: You can run fair/iml/rbv2 experiments from yahpo. The installation is quite complicated and described in the recipe. * Introduce YAHPO Surrogate V0.0.2 It also goes hand in hand with an update for the yahpo surrogate benchmarks. --------- Co-authored-by: ayushi-3536 <[email protected]> Co-authored-by: ayushi-3536 <[email protected]> Co-authored-by: Dominik Woiwode <[email protected]>
#177 is the updated, cleaner PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main changes/updates: