Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • develop
  • pubHTML
  • Socket-Testing
  • revert-8cdcbd1b
5 results

cs-375-project

tail-dkt-pytorch

An implementation of DKT in pytroch

Installation

Run the command pip install -U git+https://gitlab.cci.drexel.edu/teachable-ai-lab/dkt_torch@master

or clone the repo and go to the folder and run pip install -e .

Usage

Use the scripts located in the scripts folder. The fit_to_datashop.py is used to train the DKT model on a datashop file. The predict.py gives examples of how to use the trained model to generate predictions.