-
Notifications
You must be signed in to change notification settings - Fork 1.3k
added conda installation in docs #1144
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your contribution @satyam-jha. However, the docs now contradict themselves. There's now a section "Anaconda installation" that says that Auto-sklearn cannot be installed via Anaconda, and a section which describes how to do this. Could use please make the section "Anaconda installation" two section, one about installing the package via conda-forge, and one in the spirit of the current description? Also, could you please give a link to conda forge docs for people who don't know it? Thanks a lot!
i have added "conda forge" section inside the "Anaconda installation" section and added links for both conda forge docs and feedstocks repos link |
Codecov Report
@@ Coverage Diff @@
## master #1144 +/- ##
==========================================
+ Coverage 85.86% 88.12% +2.26%
==========================================
Files 137 138 +1
Lines 10625 10866 +241
==========================================
+ Hits 9123 9576 +453
+ Misses 1502 1290 -212
Continue to review full report at Codecov.
|
Hello, thanks a lot for this PR. I had some suggestions to make the installation instructions a bit more clear. I have added some commit suggestion because the instructions did not fully work for me. The problem is that I had conda 4.8. Additionally, could you please also update the statement in this file about:
Maybe to something like:
|
Co-authored-by: Francisco Rivera Valverde <[email protected]>
minor text changes
i have added conda installation in docs