Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 481 Bytes

Early Time Classification with Accumulated Accuracy Gap Control

This repository contains the code for the paper "Early Time Classification with Accumulated Accuracy Gap Control".

Requirements

To install requirements:

pip install -r requirements.txt

Training and Evaluation

To reproduce the results in the paper, run this command:

python run_all.py

Plotting

To plot the results, run this command:

python generate_plots.py