Skip to content
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

fix-1532-_ERROR_-asyncio.exceptions.CancelledError #1540

Merged

Conversation

eddiebergman
Copy link
Contributor

@eddiebergman eddiebergman self-assigned this Jul 8, 2022
@codecov
Copy link

codecov bot commented Jul 8, 2022

Codecov Report

Merging #1540 (ced1186) into development (4f691a1) will decrease coverage by 0.03%.
The diff coverage is 92.68%.

@@               Coverage Diff               @@
##           development    #1540      +/-   ##
===============================================
- Coverage        84.33%   84.29%   -0.04%     
===============================================
  Files              153      154       +1     
  Lines            11663    11694      +31     
  Branches          2033     2038       +5     
===============================================
+ Hits              9836     9858      +22     
- Misses            1283     1289       +6     
- Partials           544      547       +3     

Impacted file tree graph

Copy link
Contributor

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a great addition to Auto-sklearn. Could you maybe add a docstring to dask.py explaining it a bit?

@eddiebergman eddiebergman merged commit af9d469 into development Jul 16, 2022
@eddiebergman eddiebergman deleted the fix-1532-_ERROR_-asyncio.exceptions.CancelledError branch July 16, 2022 18:36
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] <support@github.com>

* 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 <feurerm@informatik.uni-freiburg.de>

* 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 <eddiebergmanhs@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
eddiebergman added a commit that referenced this pull request Aug 18, 2022
* 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
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] <support@github.com>

* 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 <feurerm@informatik.uni-freiburg.de>

* 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 <eddiebergmanhs@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ERROR] asyncio.exceptions.CancelledError
2 participants