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

Stale Support #1090

Merged
merged 2 commits into from
Mar 11, 2021
Merged

Stale Support #1090

merged 2 commits into from
Mar 11, 2021

Conversation

franchuterivera
Copy link
Contributor

This PR is to comply with the requirements of Stale bot.

We first need to:
1.Configure the GitHub App
2.Create .github/stale.yml based on the following template.

Then, this bot will start scanning for stale issues and/or pull requests within 24 hours.

These are the defaults suggested by the project and I think they are acceptable. Kindly let me know if you would like to improve specific criteria.

@franchuterivera franchuterivera added the enhancement A new improvement or feature label Mar 4, 2021
@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #1090 (1c4a19b) into development (26760aa) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1090      +/-   ##
===============================================
- Coverage        85.46%   85.44%   -0.03%     
===============================================
  Files              130      137       +7     
  Lines            10334    10557     +223     
===============================================
+ Hits              8832     9020     +188     
- Misses            1502     1537      +35     
Impacted Files Coverage Δ
...eline/components/feature_preprocessing/fast_ica.py 91.30% <0.00%> (-6.53%) ⬇️
..._preprocessing/select_percentile_classification.py 86.20% <0.00%> (-3.45%) ⬇️
autosklearn/pipeline/components/regression/mlp.py 92.56% <0.00%> (-3.31%) ⬇️
...ipeline/components/regression/gradient_boosting.py 89.42% <0.00%> (-2.89%) ⬇️
autosklearn/experimental/askl2.py 80.19% <0.00%> (-1.72%) ⬇️
autosklearn/util/backend.py 74.73% <0.00%> (-1.43%) ⬇️
...ine/components/classification/gradient_boosting.py 91.30% <0.00%> (-0.87%) ⬇️
autosklearn/ensemble_builder.py 76.65% <0.00%> (-0.45%) ⬇️
autosklearn/evaluation/util.py 100.00% <0.00%> (ø)
...arn/metalearning/metalearning/clustering/gmeans.py 0.00% <0.00%> (ø)
... and 17 more

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 26760aa...1c4a19b. Read the comment docs.

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
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
recent activity. It will be closed if no further activity occurs. Thank you
recent activity. It will be closed if no further activity occurs for the next 7 days. Thank you

@mfeurer mfeurer merged commit 8c7154f into automl:development Mar 11, 2021
github-actions bot pushed a commit that referenced this pull request Mar 11, 2021
github-actions bot pushed a commit to franchuterivera/auto-sklearn that referenced this pull request Mar 11, 2021
franchuterivera added a commit to franchuterivera/auto-sklearn that referenced this pull request Mar 11, 2021
* MAINT cleanup readme and remove old service yaml file (.landscape.yaml)

* MAINT bump to dev version

* move from fork to spawn

* FIX_1061 (automl#1063)

* FIX_1061

* Fxi type of target

* Moving to classes_

* classes_ should be np.ndarray

* Force float before nan

* Pynisher context is passed to metafeatures (automl#1076)

* Pynisher context to metafeatures

* Update test_smbo.py

Co-authored-by: Matthias Feurer <[email protected]>

* Calculate loss support (automl#1075)

* Calculate loss support

* Relaxed log loss test for individual models

* Feedback from automl#1075

* Missing loss in comment

* Revert back test as well

* Fix rank for metrics for which greater value is not good (automl#1079)

* Enable Mypy in evaluation (except Train Evaluator) (automl#1077)

* Almost all files for evaluation

* Feedback from PR

* Feedback from comments

* Solving rebase artifacts

* Revert bytes

* Automatically update the Copyright when building the html (automl#1074)

* update the year automatically

* Fixes for new numpy

* Revert test

* Prepare new release (automl#1081)

* prepare new release

* fix unit test

* bump version number

* Fix 1072 (automl#1073)

* Improve selector checking

* Remove copy error

* Rebase changes to development

* No .cache and check selector path

* Missing params in signature (automl#1084)

* Add size check before trying to split for GMeans (automl#732)

* Add size check before trying to split

* Rebase to new code

Co-authored-by: chico <[email protected]>

* Fxi broken links in docs and update parallel docs (automl#1088)

* Fxi broken links

* Feedback from comments

* Update manual.rst

Co-authored-by: Matthias Feurer <[email protected]>

* automl#660 Enable Power Transformations Update (automl#1086)

* Power Transformer

* Correct typo

* ADD_630

* PEP8 compliance

* Fix target type

Co-authored-by: MaxGreil <[email protected]>

* Stale Support (automl#1090)

* Stale Support

* Enhanced criteria for stale

* Enable weekly cron job

* test

Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Rohit Agarwal <[email protected]>
Co-authored-by: Pepe Berba <[email protected]>
Co-authored-by: MaxGreil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new improvement or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants