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

Updates pip install instructions #1237

Merged
merged 3 commits into from
Sep 10, 2021
Merged

Conversation

eddiebergman
Copy link
Contributor

Previously we had a longer install process but due to the introduction of pre-built wheels, we can install auto-sklearn with a simple pip install auto-sklearn.

@eddiebergman eddiebergman requested a review from mfeurer September 7, 2021 20:23
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #1237 (b7a4ce4) into development (0f03651) will increase coverage by 0.06%.
The diff coverage is n/a.

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

@@               Coverage Diff               @@
##           development    #1237      +/-   ##
===============================================
+ Coverage        88.22%   88.29%   +0.06%     
===============================================
  Files              139      139              
  Lines            11034    11034              
===============================================
+ Hits              9735     9742       +7     
+ Misses            1299     1292       -7     
Impacted Files Coverage Δ
autosklearn/pipeline/implementations/util.py 81.25% <0.00%> (-3.13%) ⬇️
autosklearn/evaluation/abstract_evaluator.py 92.12% <0.00%> (-0.79%) ⬇️
autosklearn/ensemble_builder.py 86.43% <0.00%> (+0.60%) ⬆️
autosklearn/util/logging_.py 88.96% <0.00%> (+0.68%) ⬆️
...ine/components/classification/gradient_boosting.py 93.91% <0.00%> (+0.86%) ⬆️
...ipeline/components/regression/gradient_boosting.py 93.26% <0.00%> (+1.92%) ⬆️
...eline/components/feature_preprocessing/fast_ica.py 97.82% <0.00%> (+6.52%) ⬆️

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 0f03651...08ec7cd. Read the comment docs.

eddiebergman and others added 2 commits September 10, 2021 14:55
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>
@mfeurer mfeurer merged commit ec0842a into development Sep 10, 2021
@mfeurer mfeurer deleted the pip_install_instructions_update branch September 10, 2021 13:21
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.

2 participants