Skip to content

Beginner-friendly implementations of ML algorithms for various problems

License

Notifications You must be signed in to change notification settings

abhinand5/ml-notebooks-101

Repository files navigation

ML Notebooks 101

The aim of this repository is to host a wide variety of ML implementations that can be useful for beginners as well as intermediate or advanced practitioners..

Table of contents

This repo is in its early stages - only a few notebooks have been added so far, I will try to add as much notebooks as possible but anyone can feel free contribute to this repository.

Anyone can contribute!

You can contribute by adding new scripts/notebooks, improving current scripts or Documentation. You can refer the CONTRIBUTION.md file for more detailed guidelines.

Your work should go inside the relevant folders and make sure to create a sub-folder with the title of your work.

Below are some Instructions before making a Pull Request

How to contribute

Note: Preferably, add your own work, avoid making PRs by copying code from elsewhere. If you want to contribute someone else's work, you can let us know in the issues section, it will be decided by maintainers if it is worth merging.

  • Create an issue for making any change to code. when issue will be approve you can make a change.
  • Pull latest change from upstream branch before starting the changing code.
  • Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
  • Exclude data files or saved model files if they are more than 20MB but include the scripts to automatically download or point to a source.
  • Please use flake8 linting in your code

Typo fixed/minor change in docs not marked as contribution. If you're not aware of process kindly raise a query in formal manner :)