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

#660 Enable Power Transformations Update #1086

Merged
merged 5 commits into from
Mar 8, 2021
Merged

Conversation

franchuterivera
Copy link
Contributor

Enhances #660 so that testing is fixed and sparse component is removed (sparse is not supported in power transformer, due to check array ensuring dense data)

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #1086 (b5aa495) into development (e0f1c0c) will decrease coverage by 0.02%.
The diff coverage is 76.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1086      +/-   ##
===============================================
- Coverage        85.49%   85.46%   -0.03%     
===============================================
  Files              130      137       +7     
  Lines            10365    10557     +192     
===============================================
+ Hits              8862     9023     +161     
- Misses            1503     1534      +31     
Impacted Files Coverage Δ
...arn/metalearning/metalearning/clustering/gmeans.py 0.00% <0.00%> (ø)
autosklearn/experimental/askl2.py 80.19% <75.00%> (-1.72%) ⬇️
.../data_preprocessing/rescaling/power_transformer.py 100.00% <100.00%> (ø)
autosklearn/pipeline/components/regression/mlp.py 92.56% <0.00%> (-3.31%) ⬇️
..._preprocessing/select_percentile_classification.py 87.93% <0.00%> (-1.73%) ⬇️
autosklearn/classification.py 100.00% <0.00%> (ø)
autosklearn/regression.py 100.00% <0.00%> (ø)
autosklearn/__init__.py 83.33% <0.00%> (ø)
autosklearn/constants.py 100.00% <0.00%> (ø)
... and 2 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 e0f1c0c...4b2840c. Read the comment docs.

@mfeurer mfeurer merged commit 6bdf551 into development Mar 8, 2021
@mfeurer mfeurer deleted the MaxGreil-development branch March 8, 2021 17:35
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants