/Redemption-2024

Event: Redemption

Primary LanguageJupyter Notebook

Redemption Competition

Welcome to the Redemption competition! This competition is designed to challenge your skills in machine learning through practical tasks. This event is hosted by ML Wing of Axios and GDSC.

Please read the rules and guidelines carefully before participating.

Resources

Dataset Drive Link : https://drive.google.com/drive/folders/1S43n6TSyz2LjuaRDvv9COmLGnBFExxl0

Rules and Guidelines

1. Participation and PRs

  • Participants are free to select any open issue from the repository and start working on it without needing prior approval.
  • To earn points, participants must submit a successful Pull Request that addresses the issue effectively.

2. Issue Difficulty Levels

  • Issues are categorized into three levels based on complexity: Easy (3 points), Medium (5 points), and Hard (7 points).
  • Points will be awarded based on the difficulty level of the completed task.

3. First-Come-First-Served (FCFS)

  • Issues labeled with "FCFS" (First-Come-First-Served) are limited to the first two successful PRs.
  • Only PRs that successfully complete the entire task will be accepted, regardless of submission time.

4. Always Open Issues

  • Issues labeled with "Always Open" are available for submission throughout the competition.
  • The main criteria for evaluating PRs on these issues will be the maximum accuracy achieved.

5. Separate PRs for Each Issue

  • Each issue tackled should have its own dedicated PR. This ensures clarity and organization in reviewing submissions.

Additional Notes

  • Participants are strictly prohibited from copying code from other PRs. Plagiarism will result in disqualification from the competition.
  1. Fork this repository to your GitHub account.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/your-username/redemption-competition.git
  3. Create a new branch for each issue you are working on.

    git checkout -b your-branch-name
  4. Work on the issue, commit your changes, and push to your forked repository.

    git add .
    git commit -m "Descriptive commit message"
    git push origin your-branch-name
  5. Create a Pull Request to the main repository for review and evaluation.

Contact Us

If you have any questions or need assistance, please contact any member of wing. We are here to help you all.

Happy coding and good luck with the competition!