/TD-ML-Projects

Repo of all ML recruitment projects

Primary LanguageJupyter Notebook

TD ML Projects Submission

✍🏻 How to upload your projects:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/krishkatyal/TD-ML-Projects/
  • Navigate to project directory.
cd TD-ML-Projects
  • Create a new Branch
git checkout -b my-new-branch
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

Refer to this video to learn more