-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
management of projectquestion regarding the policy of the projectquestion regarding the policy of the project
Description
Can we start listing guidelines for contributors? We recently encountered cases where alignment could have saved some back and forth:
- Testing: tests should be implemented in functions; try to avoid classes.
- Randomness/seeding: Methods should allow for obtaining reproducible and repeatable results. The randomness should be controlled by the
random_stateargument at instantiation. When default arguments are sklearn estimators, they should be seeded. - Methods with randomness should be tested for reproducibility
- ...
Metadata
Metadata
Assignees
Labels
management of projectquestion regarding the policy of the projectquestion regarding the policy of the project