Repo to submit and review all the ML tasks for freshers.
- Fork this repository
- Clone your fork and Create a new branch
- Add your tasks
- Generate your Pull Request
$ git clone <URL>
$ cd <FolderName>
$ git branch <new_branch>
$ git checkout <new_branch>
Add your task
$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>