GithubHelp home page GithubHelp logo

simple_ta_helper's Introduction

Simple TA Helper

Please study the slides for more details. Link: https://goo.gl/FEm6gR

  • step 0: Download the classroom_roster.csv from Github Classroom.

  • step 1: Create student_list_csv.

    • usage:
    $ bash make_student_list.sh <roster_csv> <student_list_csv>
    
    • example:
    $ bash make_student_list.sh ../classroom_roster.csv ../student_list.csv
    
  • step 2: Get Kaggle leaderboard scores. (Optional.) One can get the scores directly from the kaggle leaderboard or get the scores from all submissions.

    • usage
    $ # directly get scores from leaderboard
    $ python get_kaggle_score.py -c <competition> -l <student_list_csv> -o <output_csv>
    

    or

    $ # get scores from all team-submissions
    $ python get_kaggle_score_submission.py -c <competition> -l <student_list_csv> -o <output_csv> -p <cpus> -b <browser>
    
    • example:
    $ python get_kaggle_score.py -c ml2020spring-hw1 -l ../student_list.csv -o /tmp/kaggle_hw1_score.csv
    

    or

    $ python get_kaggle_score_submission.py -c ml2020spring-hw1 -l ../student_list.csv -o /tmp/kaggle_hw1_score.csv -p 8
    
    • Note: You should login as the host of the competition to run the second code. If it fails using chrome cookies, run chrome with --password-store=basic.
  • step 3: Setup a environment for a specific homework.

    • edit config
    • run setup.sh
    bash setup.sh
    
  • step 4: Run main.sh (FIXME)

    • requirements:
      • parallel
      • dos2unix
    • usage:
    $ bash main.sh <student_list_csv> <git_pull_or_not>
    
    • example:
    $ bash main.sh ../student_list.csv true
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.