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

[feat] Add an issue template and a PR template #136

Merged

Conversation

nabenabe0928
Copy link
Collaborator

These templates are an alpha version, so we need some revisions through discussion.
Especially, "branching rules", "how to use issue" and "What to include in each PR".

## Your Local environment
* Operating System, version
* Python, version

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we should also ask for pip freeze as it will be useful to reproduce in case its a bug

- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Note that if your changes mix up many contexts
Copy link
Contributor

@ravinkohli ravinkohli Mar 17, 2021

Choose a reason for hiding this comment

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

Maybe we can have "Note that a Pull Request should only contain one of refactoring, new features or documentation changes. Please separate these changes and send us
individual PRs for each. For more information on how to create a good pull request, please refer to https://medium.com/@hugooodias/the-anatomy-of-a-perfect-pull-request-567382bb6067"

@franchuterivera franchuterivera changed the base branch from refactor_development to development May 7, 2021 09:02
@ravinkohli ravinkohli changed the base branch from master to development November 19, 2021 17:55
## Your Local environment
* Operating System, version
* Python, version

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Information about the environment using `pip freeze` or `conda list`

- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Note that if your changes mix up many contexts
such as refactoring, new features and documentation,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
such as refactoring, new features and documentation,

@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #136 (2eea78f) into development (1e06cce) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 2eea78f differs from pull request most recent head b9d642e. Consider uploading reports for the commit b9d642e to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           development     #136      +/-   ##
===============================================
- Coverage        82.18%   82.13%   -0.05%     
===============================================
  Files              153      153              
  Lines             8812     8812              
  Branches          1341     1341              
===============================================
- Hits              7242     7238       -4     
- Misses            1105     1107       +2     
- Partials           465      467       +2     
Impacted Files Coverage Δ
...peline/components/training/trainer/base_trainer.py 95.76% <0.00%> (-1.06%) ⬇️
autoPyTorch/ensemble/ensemble_builder.py 72.32% <0.00%> (-0.84%) ⬇️
...mponents/setup/network_head/fully_convolutional.py 98.00% <0.00%> (+4.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a676c2b...b9d642e. Read the comment docs.

@ravinkohli ravinkohli merged commit 7e67e56 into automl:development Nov 22, 2021
github-actions bot pushed a commit that referenced this pull request Nov 22, 2021
ravinkohli added a commit that referenced this pull request Nov 23, 2021
* [enhance] Increase the coverage (#336)

* [feat] Support statistics print by adding results manager object (#334)

* [feat] Support statistics print by adding results manager object

* [refactor] Make SearchResults extract run_history at __init__

Since the search results should not be kept in eternally,
I made this class to take run_history in __init__ so that
we can implicitly call extraction inside.
From this change, the call of extraction from outside is not recommended.
However, you can still call it from outside and to prevent mixup of
the environment, self.clear() will be called.

* [fix] Separate those changes into PR#336

* [fix] Fix so that test_loss includes all the metrics

* [enhance] Strengthen the test for sprint and SearchResults

* [fix] Fix an issue in documentation

* [enhance] Increase the coverage

* [refactor] Separate the test for results_manager to organize the structure

* [test] Add the test for get_incumbent_Result

* [test] Remove the previous test_get_incumbent and see the coverage

* [fix] [test] Fix reversion of metric and strengthen the test cases

* [fix] Fix flake8 issues and increase coverage

* [fix] Address Ravin's comments

* [enhance] Increase the coverage

* [fix] Fix a flake8 issu

* Update for release (#335)

* Create release workflow and CITATION.cff  and update README, setup.py

* fix bug in pypy token

* fix documentation formatting

* TODO for docker image

* accept suggestions from shuhei

* add further options for disable_file_output documentation

* remove  from release.yml

* [feat] Add templates for issue and PR with the Ravin's suggestions (#136)

* [doc] Add the workflow of the Auto-Pytorch (#285)

* [doc] Add workflow of the AutoPytorch

* [doc] Address Ravin's comment

* [FIX] Silence catboost (#338)

* set verbose=False in catboost

* fix flake

* change worst possible result of r2 (#340)

* Update README.md with link for master branch

* [FIX formatting in docs (#342)

* fix formatting in docs

* Update examples/40_advanced/example_resampling_strategy.py

* Update README.md, remove cat requirements.txt

Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
@ravinkohli ravinkohli linked an issue Feb 10, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Urgent] Make templates for pull requests and issues.
3 participants