Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinwan/kaggle-mimic
Gradescope Autograder that mimics Kaggle, minus a lengthy approval process and leaderboards
https://github.com/alvinwan/kaggle-mimic
autograder education gradescope kaggle
Last synced: about 1 month ago
JSON representation
Gradescope Autograder that mimics Kaggle, minus a lengthy approval process and leaderboards
- Host: GitHub
- URL: https://github.com/alvinwan/kaggle-mimic
- Owner: alvinwan
- License: apache-2.0
- Created: 2017-06-23T07:26:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T03:57:57.000Z (about 7 years ago)
- Last Synced: 2024-11-12T17:50:26.859Z (3 months ago)
- Topics: autograder, education, gradescope, kaggle
- Language: Python
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaggle Mimic on Gradescope
Gradescope Autograder that mimics Kaggle, minus a lengthy approval process and leaderboards. This repository operates under the assumption that (1) you wish to keep student's scores private (2) students receive full credit for accuracies above some threshold, and (3) you don't want to wait for Kaggle to approve your contest.# Usage
To use the autograder, navigate to the repository's `src/`. We will call `$KM_ROOT` the repository root.
```
cd $KM_ROOT/src
```Zip all files in `src/`.
```
zip autograder.zip *
```Upload this zip file to a new Gradescope programming assignment's autograder. See [Gradescope's Autograder Documentation](https://gradescope-autograders.readthedocs.io/en/latest/) for more information.
# Configure
To set options available through the Python script's CLI, modify the provided bash script `src/run_autograder`. Otherwise, the Python script `src/autograder.py` is run on every assignment.