Skip to content

Predicting Project Failures from Team Members Inputs

Notifications You must be signed in to change notification settings

cottascience/serc-woc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

System Requirements

  • Python 2.7

  • Pytorch 1.x

  • Numpy, Scipy and Sklearn

How to run the multi-task model

From the src folder, execute the following

For the Project Failures, run

$ python main.py JOINTP

For the Failure Causes, run

$ python main.py RR

How to run the single-task model

From the src folder, execute the following

$ python main.py XXX

where XXX is the name of the variable described in file data/Instructor_Data_Coding.xlsx, e.g. RR1, RR2, ..., RR10, PROJS, PROJT, PROJP.

About

Predicting Project Failures from Team Members Inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published