Too vague contribution guidelines
See original GitHub issueThe contributing guidelines given everywhere tell only the development git workflow and does not actually say how to setup the development environment.
I think it should let new contributors know the packages required for installing scikit-learn
, for example, numpy
, scipy
and cython
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Retirement Topics - IRA Contribution Limits
Information about IRA contribution limits. Learn about tax deductions, IRAs and work retirement plans, spousal IRAs and more.
Read more >Comment Submitted by Gina C
Docket (FTC-2019-0054) Document. Public Submission. Comment Submitted by Gina C. Posted by the Federal Trade Commission on Nov 14, 2019.
Read more >Rubric for Assessing Candidate Contributions to Diversity ...
The sample rubric, below, is a template for search committees to use for assessing candidate contributions to diversity, equity, inclusion, and belonging ...
Read more >docs/CONTRIBUTING.md at main
Welcome to GitHub docs contributing guide. Thank you for investing your time in contributing to our project! Any contribution you make will be...
Read more >Read the Belmont Report
Ethical Principles and Guidelines for the Protection of Human Subjects of Research. The Belmont Report. Office of the Secretary.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well if it makes you happy, it can’t be that baaaad…
On 5 September 2017 at 09:33, Caio Oliveira notifications@github.com wrote:
Never mind docker. Anaconda goes a long way to not needing Docker for something like scikit-learn. At the moment our docs talk about a full Anaconda setup, or using conda to install scikit-learn. What we should do in the contributor docs is describe how to use conda to set up an environment, install dependencies and then do an in-place build of scikit-learn for development. We could also consider an environment.yml to make this “one-click” with conda-env.
On 14 September 2017 at 22:29, Roman Yurchak notifications@github.com wrote: