Contributions to cleanlab are welcome. When contributing, please keep the following in mind:
- Avoid adding blank lines or spaces to the ends of lines.
- Follow PEP-8 coding style.
- Always add tests to check the code you added. Tests go in
cleanlab/tests/
. - Submit a pull request (it will automatically run your code and make sure nothing breaks).
Thanks!