-
-
Notifications
You must be signed in to change notification settings - Fork 316
added ML algorithms | ReadMe.md | Contribution.md #6
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
ReadME.md
Outdated
@@ -0,0 +1,12 @@ | |||
## Jupyter    <br> |
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.
Capitalization: README.md
for consistency with other repos.
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.
Ok
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.
@cclauss kindly review the PR, it has been modified.
README.md
Outdated
## Clone git repository | ||
|
||
```sh | ||
$ Git clone "https://github.com/TheAlgorithms/Jupyter.git" |
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.
Git --> git
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.
Solved sir 👍
README.md
Outdated
|
||
## Contributing | ||
|
||
Please read [Contributing.md](./CONTRIBUTION.md/Contributing.md) for information on how to contribute to Jupyter. |
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.
Let's remove the CONTRIBUTION.md
directory and put Contributing.md
at the root.
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.
Modified sir 👍
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.
A few minor change requests.
You can see I added various ML algorithms in the PR.