$ git clone "https://github.com/TheAlgorithms/Jupyter.git"
You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.
Make your pull requests to be specific and focused. Instead of contributing "several algorithms" all at once contribute them all one by one separately (i.e. one pull request for "Logistic Regression", another one for "K-Means" and so on).
Every new algorithm must have:
If you're adding new datasets they need to be saved in the
/datafolder. CSV files are preferable. The size of the file should not be greater than
30Mb.
Before removing any bug, or adding new algorithm please do the following: Check Contribution Guidelines Before Contribution and also please read CODE OF CONDUCT.
Licensed under the MIT License