@@ -6,6 +6,8 @@ An implementation of DKT in pytroch
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.