-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix-1535-Exception-in-the-fit()-call-of-AutoSklearn #1539
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
Merged
mfeurer
merged 2 commits into
development
from
fix-1535-Exception-in-the-fit()-call-of-AutoSklearn
Jul 8, 2022
Merged
fix-1535-Exception-in-the-fit()-call-of-AutoSklearn #1539
mfeurer
merged 2 commits into
development
from
fix-1535-Exception-in-the-fit()-call-of-AutoSklearn
Jul 8, 2022
Conversation
This file contains hidden or 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
Codecov Report
@@ Coverage Diff @@
## development #1539 +/- ##
===============================================
- Coverage 84.33% 84.23% -0.11%
===============================================
Files 153 153
Lines 11663 11663
Branches 2033 2033
===============================================
- Hits 9836 9824 -12
- Misses 1283 1292 +9
- Partials 544 547 +3 |
mfeurer
added a commit
that referenced
this pull request
Aug 4, 2022
* fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix typing * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * adding new test. Test if new configuration space is correct. * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * fix-1535-Exception-in-the-fit()-call-of-AutoSklearn (#1539) * Create PR * Fix test fixture * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * chancing metalearning test to check whether the configspace adapts to feat_type or not * in `test_data_preprocessing_feat_type.py` check for configuration space size * in `test_data_preprocessing_feat_type.py` check for configuration space size * in `test_data_preprocessing_feat_type.py` check for configuration space size * include feedback from review * include feedback from review * include feedback from review * adapted meta_data_generation search space * Bump docker/build-push-action from 1 to 3 (#1515) * Bump docker/build-push-action from 1 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v1...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update docker-publish.yml Replace password by token Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Feurer <[email protected]> * fix-1532-_ERROR_-asyncio.exceptions.CancelledError (#1540) * Create PR * Abstract out dask client types * Fix _ issue * Extend scope of dask_client in automl.py * Add docstring to dask module * Indent result addition * Add basic tests for Dask wrappers * Update config space in meta-data generation script Co-authored-by: Eddie Bergman <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Feurer <[email protected]>
eddiebergman
added a commit
that referenced
this pull request
Aug 18, 2022
* Create PR * Fix test fixture
eddiebergman
added a commit
that referenced
this pull request
Aug 18, 2022
* fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing the issue that metalearning tries to use every hp defined in the csv files. Also fixing the hps remain active bug. * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fixing ensemble builder * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix search space bug * fix typing * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * fixing pre-commit * adding new test. Test if new configuration space is correct. * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * fix-1535-Exception-in-the-fit()-call-of-AutoSklearn (#1539) * Create PR * Fix test fixture * add new tests and fixing some issues from PR * add new tests and fixing some issues from PR * chancing metalearning test to check whether the configspace adapts to feat_type or not * in `test_data_preprocessing_feat_type.py` check for configuration space size * in `test_data_preprocessing_feat_type.py` check for configuration space size * in `test_data_preprocessing_feat_type.py` check for configuration space size * include feedback from review * include feedback from review * include feedback from review * adapted meta_data_generation search space * Bump docker/build-push-action from 1 to 3 (#1515) * Bump docker/build-push-action from 1 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v1...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update docker-publish.yml Replace password by token Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Feurer <[email protected]> * fix-1532-_ERROR_-asyncio.exceptions.CancelledError (#1540) * Create PR * Abstract out dask client types * Fix _ issue * Extend scope of dask_client in automl.py * Add docstring to dask module * Indent result addition * Add basic tests for Dask wrappers * Update config space in meta-data generation script Co-authored-by: Eddie Bergman <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Feurer <[email protected]>
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.
Edit: Turns out the issue was temporary and no longer exists, however this PR does find another place where it used the old
save_targets_ensemble