Code Monkey home page Code Monkey logo

learning_path's Introduction

README

Pathway

Usage:

#!bash
pathway --csv domain_order.csv student_tests.csv
  • This tool take the two input CSVs, and produce the learning path for each student.
  • 1.0

Setup

The apps was built using python 3.5, to configure the environment run the following command from the root of the project:

source /env/bin/activate

After download use the help option like so:

#!bash
pathway -h

If you see the following you are ready to go!

#!bash

usage: pathway [-h] [--csv] student_scores_file domain_priority_file

Calculate Learning Path
positional arguments:
   student_scores_file   a file representioning a list of student scores
   domain_priority_file  a file representing domain priority by grade

optional arguments:
h, --help            show this help message and exit
--csv                input type is CSV (ONLY OPTION Currently)

Testing

A Rakefile is include with the project to run unit test. To run unit test use the following command:

#!bash

rake unit

The rake command requires ruby be installed

If you don't have ruby you can simply run unit test using the following python commond: (All test were written in python 3.5 environment)

learning_path's People

Contributors

nayshawndanner avatar

Watchers

James Cloos avatar  avatar

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.