Skip to content

An Open-Source repository where anyone can showcase their skills by contributing in machine learning and data science projects.

Notifications You must be signed in to change notification settings

farhan2806/ProjectArena-ML

 
 

Repository files navigation

Data Science Club Community Projects Arena

Welcome to the Data Science Club Community Projects repository! This is a space where members of our community can share their Machine Learning and Data Science projects with others.

Contributing

To contribute your project to this repository, please follow these steps:

  1. Fork this repository to your own GitHub account.
  2. Clone the forked repository to your local machine.
git clone https://github.com/cdsvitbhopal/ProjectArena-ML.git
  1. Create a new branch for your project.
git checkout -b <github-username>
  1. Add your project to the repository within a new folder that follows the naming convention of "Project_#_Name" (e.g. "Project_1_Titanic_Survival").
  2. Include a README file within your project folder that describes the project, its contents, and how to run it.
  3. Commit and push your changes to your forked repository.
git commit -m 'Project Name-github-username'
git push origin <branch-name>
  1. Create a pull request from your branch to the main branch of this repository.
  2. Wait for your pull request to be reviewed and merged.

We encourage all members of our Data Science Club community to contribute their projects to this repository and showcase their skills!

About

An Open-Source repository where anyone can showcase their skills by contributing in machine learning and data science projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Other 0.4%