Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 950 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 950 Bytes

Contribution Guidelines

This project is created and maintained by Analytics Vidhya. The core idea behind these data science hacks is to help the data science community write and produce better and efficient code. If you also want to contribute your hack, make sure to follow these guidelines

Hack idea

  1. Your hack must have at least one of the following characteristics -

    1. It must save time.
    2. Includes lesser lines of code.
    3. Provides more functionality.
    4. A better tool or library than an existing one.
  2. The hacks must be related to data science, machine learning, data engineering or any of the related fields

Code and submission steps

  1. Create a pull request, describing what your data science hack does
  2. Add all the necessary files in the same format as given in this project
  3. The code must include proper and relevant comments
  4. Each PR will be first reviewed and will be approved accordingly.