-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
25 lines (10 loc) · 1.05 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
File Description:
utils.py: load dataset for given task; define some evaluation functions.
trainer.py: implement the policy; perform model training.
adaptive_trainer.py: similar to trainer.py, but trains the policy on gradually increasing data set.
synthetic.ipynb: generate synthetic data; choose supervised classifier and its corresponding hyper-parameters; get results reported in Table 1 of the paper.
checkerboard.ipynb: choose supervised classifier and its corresponding hyper-parameters; plot classification boundaries on original dataset and the sampled dataset with our proposed method as reported in Figure 1 of the paper.
page.ipynb: choose supervised classifier and its corresponding hyper-parameters on page dataset; apply typical data sampling methods to this dataset and the chosen classifier.
spam.ipynb: similar to page.ipynb but performs on the spam message dataset.
vehicle.ipynb: similar to page.ipynb but performs on the vehicle dataset.
vehicle.ipynb: similar to page.ipynb but performs on the creditcard dataset.